-
Notifications
You must be signed in to change notification settings - Fork 14
IamProviderInterface for IAM Mixins #679
Copy link
Copy link
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
It would be nice to typehint V2 GAPIC clients which implement IAM methods - For instance, we could have an
IamProviderInterfacein GAX which ensured that the methods being called on this GAPIC client exist. The generator could add this when it detects an IAM-mixin: