Classes
SecureSourceManagerClient
Secure Source Manager API.
SecureSourceManagerConnection
The SecureSourceManagerConnection
object for SecureSourceManagerClient
.
SecureSourceManagerConnectionIdempotencyPolicy
SecureSourceManagerLimitedErrorCountRetryPolicy
A retry policy for SecureSourceManagerConnection
based on counting errors.
SecureSourceManagerLimitedTimeRetryPolicy
A retry policy for SecureSourceManagerConnection
based on elapsed time.
SecureSourceManagerRetryPolicy
The retry policy for SecureSourceManagerConnection
.
Structs
SecureSourceManagerBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
SecureSourceManagerConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
SecureSourceManagerPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
SecureSourceManagerRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeSecureSourceManagerConnection(Options)
A factory function to construct an object of type SecureSourceManagerConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of SecureSourceManagerClient.
The optional options
argument may be used to configure aspects of the returned SecureSourceManagerConnection
. 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< SecureSourceManagerConnection > |
MakeDefaultSecureSourceManagerConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< SecureSourceManagerConnectionIdempotencyPolicy > |
Type Aliases
SecureSourceManagerPolicyOptionList
OptionList< SecureSourceManagerRetryPolicyOption, SecureSourceManagerBackoffPolicyOption, SecureSourceManagerPollingPolicyOption, SecureSourceManagerConnectionIdempotencyPolicyOption >
The options applicable to SecureSourceManager.