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 |
Returns | |
---|---|
Type | Description |
std::shared_ptr< SecretManagerServiceConnection > |
MakeDefaultSecretManagerServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< SecretManagerServiceConnectionIdempotencyPolicy > |
Type Aliases
SecretManagerServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< secretmanager_v1_internal::SecretManagerServiceRetryTraits >
SecretManagerServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< secretmanager_v1_internal::SecretManagerServiceRetryTraits >
SecretManagerServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< secretmanager_v1_internal::SecretManagerServiceRetryTraits >
SecretManagerServicePolicyOptionList
OptionList< SecretManagerServiceRetryPolicyOption, SecretManagerServiceBackoffPolicyOption, SecretManagerServiceConnectionIdempotencyPolicyOption >
The options applicable to SecretManagerService.