Namespace google::cloud::policytroubleshooter_iam_v3 (2.23.0-rc)

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
NameDescription
options

(optional) Configure the PolicyTroubleshooterConnection created by this function.

Returns
TypeDescription
std::shared_ptr< PolicyTroubleshooterConnection >

MakeDefaultPolicyTroubleshooterConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< PolicyTroubleshooterConnectionIdempotencyPolicy >

Type Aliases

PolicyTroubleshooterPolicyOptionList

Alias Of: OptionList< PolicyTroubleshooterRetryPolicyOption, PolicyTroubleshooterBackoffPolicyOption, PolicyTroubleshooterConnectionIdempotencyPolicyOption >

The options applicable to PolicyTroubleshooter.