Namespace google::cloud::securesourcemanager_v1 (2.23.0-rc)

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
NameDescription
options

(optional) Configure the SecureSourceManagerConnection created by this function.

Returns
TypeDescription
std::shared_ptr< SecureSourceManagerConnection >

MakeDefaultSecureSourceManagerConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< SecureSourceManagerConnectionIdempotencyPolicy >

Type Aliases

SecureSourceManagerPolicyOptionList

Alias Of: OptionList< SecureSourceManagerRetryPolicyOption, SecureSourceManagerBackoffPolicyOption, SecureSourceManagerPollingPolicyOption, SecureSourceManagerConnectionIdempotencyPolicyOption >

The options applicable to SecureSourceManager.