Classes
WorkloadIdentityClient
Service describing handlers for resources.
WorkloadIdentityConnection
The WorkloadIdentityConnection object for WorkloadIdentityClient.
WorkloadIdentityConnectionIdempotencyPolicy
WorkloadIdentityLimitedErrorCountRetryPolicy
A retry policy for WorkloadIdentityConnection based on counting errors.
WorkloadIdentityLimitedTimeRetryPolicy
A retry policy for WorkloadIdentityConnection based on elapsed time.
WorkloadIdentityRetryPolicy
The retry policy for WorkloadIdentityConnection.
Structs
WorkloadIdentityBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
WorkloadIdentityConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
WorkloadIdentityPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
WorkloadIdentityRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeWorkloadIdentityConnection(Options)
A factory function to construct an object of type WorkloadIdentityConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of WorkloadIdentityClient.
The optional options argument may be used to configure aspects of the returned WorkloadIdentityConnection. 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< WorkloadIdentityConnection > |
|
MakeDefaultWorkloadIdentityConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< WorkloadIdentityConnectionIdempotencyPolicy > |
|