-
Notifications
You must be signed in to change notification settings - Fork 439
Closed
Labels
cpp: generatorIssues related to the C++ micro-generatorIssues related to the C++ micro-generatortype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
A number of services include the Locations mixin:
These mixins do not appear in the .proto file, they only seem to appear in the YAML file:
But they are part of the service and included in the API configuration:
https://cloud.google.com/database-migration/docs/reference/rest/v1/projects.locations
https://cloud.google.com/kms/docs/reference/rpc/google.cloud.location
I think the generator needs to support these. It is unclear if these methods should be part of the *Client , or there should be a common google::cloud::LocationClient with suitable endpoint defaults. Or some other solution. The first step is to write some kind of design doc.
Metadata
Metadata
Assignees
Labels
cpp: generatorIssues related to the C++ micro-generatorIssues related to the C++ micro-generatortype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.