Classes
ServiceManagerClient
ServiceManagerConnection
The ServiceManagerConnection
object for ServiceManagerClient
.
ServiceManagerConnectionIdempotencyPolicy
ServiceManagerLimitedErrorCountRetryPolicy
A retry policy for ServiceManagerConnection
based on counting errors.
ServiceManagerLimitedTimeRetryPolicy
A retry policy for ServiceManagerConnection
based on elapsed time.
ServiceManagerRetryPolicy
The retry policy for ServiceManagerConnection
.
Structs
ServiceManagerBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
ServiceManagerConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
ServiceManagerPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
ServiceManagerRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeServiceManagerConnection(Options)
A factory function to construct an object of type ServiceManagerConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ServiceManagerClient.
The optional options
argument may be used to configure aspects of the returned ServiceManagerConnection
. 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< ServiceManagerConnection > |
MakeDefaultServiceManagerConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< ServiceManagerConnectionIdempotencyPolicy > |