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

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

(optional) Configure the IamCheckerConnection created by this function.

Returns
TypeDescription
std::shared_ptr< IamCheckerConnection >

MakeDefaultIamCheckerConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< IamCheckerConnectionIdempotencyPolicy >

Type Aliases

IamCheckerPolicyOptionList

Alias Of: OptionList< IamCheckerRetryPolicyOption, IamCheckerBackoffPolicyOption, IamCheckerConnectionIdempotencyPolicyOption >

The options applicable to IamChecker.