Classes
PolicyTroubleshooterClient
IAM Policy Troubleshooter service.
PolicyTroubleshooterConnection
The PolicyTroubleshooterConnection
object for PolicyTroubleshooterClient
.
PolicyTroubleshooterConnectionIdempotencyPolicy
PolicyTroubleshooterLimitedErrorCountRetryPolicy
A retry policy for PolicyTroubleshooterConnection
based on counting errors.
PolicyTroubleshooterLimitedTimeRetryPolicy
A retry policy for PolicyTroubleshooterConnection
based on elapsed time.
PolicyTroubleshooterRetryPolicy
The retry policy for PolicyTroubleshooterConnection
.
Structs
PolicyTroubleshooterBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
PolicyTroubleshooterConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
PolicyTroubleshooterRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakePolicyTroubleshooterConnection(Options)
A factory function to construct an object of type PolicyTroubleshooterConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of PolicyTroubleshooterClient.
The optional options
argument may be used to configure aspects of the returned PolicyTroubleshooterConnection
. 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< PolicyTroubleshooterConnection > |
MakeDefaultPolicyTroubleshooterConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< PolicyTroubleshooterConnectionIdempotencyPolicy > |
Type Aliases
PolicyTroubleshooterPolicyOptionList
OptionList< PolicyTroubleshooterRetryPolicyOption, PolicyTroubleshooterBackoffPolicyOption, PolicyTroubleshooterConnectionIdempotencyPolicyOption >
The options applicable to PolicyTroubleshooter.