Namespace google::cloud::alloydb_v1 (2.19.0)

Classes

AlloyDBAdminClient

Service describing handlers for resources.

AlloyDBAdminConnection

The AlloyDBAdminConnection object for AlloyDBAdminClient.

AlloyDBAdminConnectionIdempotencyPolicy

AlloyDBAdminLimitedErrorCountRetryPolicy

A retry policy for AlloyDBAdminConnection based on counting errors.

AlloyDBAdminLimitedTimeRetryPolicy

A retry policy for AlloyDBAdminConnection based on elapsed time.

AlloyDBAdminRetryPolicy

The retry policy for AlloyDBAdminConnection.

Structs

AlloyDBAdminBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

AlloyDBAdminConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

AlloyDBAdminPollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

AlloyDBAdminRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeAlloyDBAdminConnection(Options)

A factory function to construct an object of type AlloyDBAdminConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of AlloyDBAdminClient.

The optional options argument may be used to configure aspects of the returned AlloyDBAdminConnection. Expected options are any of the types in the following option lists:

Parameter
NameDescription
options

(optional) Configure the AlloyDBAdminConnection created by this function.

Returns
TypeDescription
std::shared_ptr< AlloyDBAdminConnection >

MakeDefaultAlloyDBAdminConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< AlloyDBAdminConnectionIdempotencyPolicy >

Type Aliases

AlloyDBAdminPolicyOptionList

Alias Of: OptionList< AlloyDBAdminRetryPolicyOption, AlloyDBAdminBackoffPolicyOption, AlloyDBAdminPollingPolicyOption, AlloyDBAdminConnectionIdempotencyPolicyOption >

The options applicable to AlloyDBAdmin.