-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
In ads API, we use resource names which contain ~ to delimit multiple IDs in a path segment. For example:
message AdGroupAd {
option (google.api.resource) = {
type: "googleads.googleapis.com/AdGroupAd"
pattern: "customers/{customer_id}/adGroupAds/{ad_group_id}~{ad_id}"
};
The current microgenerator implementation doesn't appear to support this, and instead just generates a single param in its place.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels