Classes
AuthProviderServiceClient
Service describing handlers for resources.
AuthProviderServiceConnection
The AuthProviderServiceConnection object for AuthProviderServiceClient.
AuthProviderServiceConnectionIdempotencyPolicy
AuthProviderServiceLimitedErrorCountRetryPolicy
A retry policy for AuthProviderServiceConnection based on counting errors.
AuthProviderServiceLimitedTimeRetryPolicy
A retry policy for AuthProviderServiceConnection based on elapsed time.
AuthProviderServiceRetryPolicy
The retry policy for AuthProviderServiceConnection.
Structs
AuthProviderServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
AuthProviderServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
AuthProviderServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeAuthProviderServiceConnection(Options)
A factory function to construct an object of type AuthProviderServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of AuthProviderServiceClient.
The optional options argument may be used to configure aspects of the returned AuthProviderServiceConnection. 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< AuthProviderServiceConnection > |
|
MakeDefaultAuthProviderServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< AuthProviderServiceConnectionIdempotencyPolicy > |
|