Namespace google::cloud::secretmanager_v1 (2.15.1)

Classes

SecretManagerServiceClient

Secret Manager Service.

SecretManagerServiceConnection

The SecretManagerServiceConnection object for SecretManagerServiceClient.

SecretManagerServiceConnectionIdempotencyPolicy

SecretManagerServiceLimitedErrorCountRetryPolicy

A retry policy for SecretManagerServiceConnection based on counting errors.

SecretManagerServiceLimitedTimeRetryPolicy

A retry policy for SecretManagerServiceConnection based on elapsed time.

SecretManagerServiceRetryPolicy

The retry policy for SecretManagerServiceConnection.

Structs

SecretManagerServiceBackoffPolicyOption

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

SecretManagerServiceConnectionIdempotencyPolicyOption

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

SecretManagerServiceRetryPolicyOption

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

Functions

MakeSecretManagerServiceConnection(Options)

A factory function to construct an object of type SecretManagerServiceConnection.

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

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

Parameter
Name Description
options

(optional) Configure the SecretManagerServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< SecretManagerServiceConnection >

MakeDefaultSecretManagerServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< SecretManagerServiceConnectionIdempotencyPolicy >

Type Aliases

SecretManagerServicePolicyOptionList

Alias Of: OptionList< SecretManagerServiceRetryPolicyOption, SecretManagerServiceBackoffPolicyOption, SecretManagerServiceConnectionIdempotencyPolicyOption >

The options applicable to SecretManagerService.