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 26, 2026. It is now read-only.
Pub/Sub and KMS use the reroute_to_grpc_interface option in the GAPIC yaml to add additional IAM methods with the monolithic generator. This adds the methods get_iam_policy(), set_iam_policy(), test_iam_permission(). There is no equivalent in the microgenerator.
IAM v1 is a full-fledged API and can be generated with the existing protos/configs here.
Options:
Publish the google/iam/v1* client somewhere. Possible locations: grpc-google-iam-v1, google-cloud-iam, google-api-core, some new package.
Add an option to the generator to add IAM methods.