Classes
IamCheckerClient
IAM Policy Troubleshooter service.
IamCheckerConnection
The IamCheckerConnection object for IamCheckerClient.
IamCheckerConnectionIdempotencyPolicy
IamCheckerLimitedErrorCountRetryPolicy
A retry policy for IamCheckerConnection based on counting errors.
IamCheckerLimitedTimeRetryPolicy
A retry policy for IamCheckerConnection based on elapsed time.
IamCheckerRetryPolicy
The retry policy for IamCheckerConnection.
Structs
IamCheckerBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
IamCheckerConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
IamCheckerRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeIamCheckerConnection(Options)
A factory function to construct an object of type IamCheckerConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of IamCheckerClient.
The optional options argument may be used to configure aspects of the returned IamCheckerConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< IamCheckerConnection > |
|
MakeDefaultIamCheckerConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< IamCheckerConnectionIdempotencyPolicy > |
|