Google Cloud IAM C++ Client 2.13.0
A C++ Client Library for Google Cloud IAM
|
The Cloud IAM C++ Client library offers types and functions to use Cloud IAM from C++ applications.
While this library is GA, please note Google Cloud C++ client libraries do not follow Semantic Versioning.
The following shows the code that you'll run in the google/cloud/iam/quickstart/
directory, which should give you a taste of the Cloud IAM C++ client library API.
This library offers multiple *Client
classes, which are listed below. Each one of these classes exposes all the RPCs for a gRPC service
as member functions of the class. This library groups multiple gRPC services because they are part of the same product or are often used together. A typical example may be the administrative and data plane operations for a single product.
The library also has other classes that provide helpers, configuration parameters, and infrastructure to mock the *Client
classes when testing your application.
iam_admin_v1::IAMClient
iam_credentials_v1::IAMCredentialsClient
iam_v1::IAMPolicyClient
iam_v2::PoliciesClient