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
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!]
The text was updated successfully, but these errors were encountered:
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 thatBook
message (e.g.message UpdateBookRequest
hasBook book = 1
), we consider this resource to be used and generate path templates for it. [this should be added!]The text was updated successfully, but these errors were encountered: