Namespace google::cloud::parametermanager_v1 (2.36.0-rc)

Classes

ParameterManagerClient

Service describing handlers for resources.

ParameterManagerConnection

The ParameterManagerConnection object for ParameterManagerClient.

ParameterManagerConnectionIdempotencyPolicy

ParameterManagerLimitedErrorCountRetryPolicy

A retry policy for ParameterManagerConnection based on counting errors.

ParameterManagerLimitedTimeRetryPolicy

A retry policy for ParameterManagerConnection based on elapsed time.

ParameterManagerRetryPolicy

The retry policy for ParameterManagerConnection.

Structs

ParameterManagerBackoffPolicyOption

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

ParameterManagerConnectionIdempotencyPolicyOption

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

ParameterManagerRetryPolicyOption

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

Functions

MakeParameterManagerConnection(Options)

A factory function to construct an object of type ParameterManagerConnection.

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

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

Parameter
Name Description
options

(optional) Configure the ParameterManagerConnection created by this function.

Returns
Type Description
std::shared_ptr< ParameterManagerConnection >

MakeDefaultParameterManagerConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< ParameterManagerConnectionIdempotencyPolicy >