Namespace google::cloud::secretmanager_v1 (2.13.0)

Classes

SecretManagerServiceClient

Secret Manager Service.

SecretManagerServiceConnection

The SecretManagerServiceConnection object for SecretManagerServiceClient.

SecretManagerServiceConnectionIdempotencyPolicy

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

SecretManagerServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< secretmanager_v1_internal::SecretManagerServiceRetryTraits >

SecretManagerServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< secretmanager_v1_internal::SecretManagerServiceRetryTraits >

SecretManagerServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< secretmanager_v1_internal::SecretManagerServiceRetryTraits >

SecretManagerServicePolicyOptionList

Alias Of: OptionList< SecretManagerServiceRetryPolicyOption, SecretManagerServiceBackoffPolicyOption, SecretManagerServiceConnectionIdempotencyPolicyOption >

The options applicable to SecretManagerService.