Classes
PoliciesClient
An interface for managing Identity and Access Management (IAM) policies.
PoliciesConnection
The PoliciesConnection
object for PoliciesClient
.
PoliciesConnectionIdempotencyPolicy
PoliciesLimitedErrorCountRetryPolicy
A retry policy for PoliciesConnection
based on counting errors.
PoliciesLimitedTimeRetryPolicy
A retry policy for PoliciesConnection
based on elapsed time.
PoliciesRetryPolicy
The retry policy for PoliciesConnection
.
Structs
PoliciesBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
PoliciesConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
PoliciesPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
PoliciesRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakePoliciesConnection(Options)
A factory function to construct an object of type PoliciesConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of PoliciesClient.
The optional options
argument may be used to configure aspects of the returned PoliciesConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< PoliciesConnection > |
MakeDefaultPoliciesConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< PoliciesConnectionIdempotencyPolicy > |