Google Cloud PHP shared dependency, providing functionality useful to all components. Client - Class IamConnectionInterface (1.72.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud PHP shared dependency, providing functionality useful to all components. Client class IamConnectionInterface.
An interface defining how wrappers interact with their IAM implementations.
Some services, such as PubSub, have multiple entities in their API which each
support IAM for access control. Since we use a single implementation for all
service interaction with a service, IamConnectionInterface is used to proxy
requests to the correct method on the service connection.
By delegating control of the request to each service, we can reliably offer a
single entry point for dealing with IAM in a standard way.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-12 UTC."],[],[]]