You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Let's generate all path templates that are either 1. or 2. or both:
Directly referenced from a message with google.api.resource_reference [this functionality already exists]
If a resource is defined for some message (e.g. message Book) and there exists another message that directly uses that Book message (e.g. message UpdateBookRequest has Book book = 1), we consider this resource to be used and generate path templates for it. [this should be added!]
Let's generate all path templates that are either 1. or 2. or both:
Directly referenced from a message with
google.api.resource_reference[this functionality already exists]If a resource is defined for some message (e.g.
message Book) and there exists another message that directly uses thatBookmessage (e.g.message UpdateBookRequesthasBook book = 1), we consider this resource to be used and generate path templates for it. [this should be added!]