Classes
ServiceManagerClient
ServiceManagerConnection
The ServiceManagerConnection object for ServiceManagerClient.
ServiceManagerConnectionIdempotencyPolicy
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 > |
|
Type Aliases
ServiceManagerRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< servicemanagement_v1_internal::ServiceManagerRetryTraits >
ServiceManagerLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< servicemanagement_v1_internal::ServiceManagerRetryTraits >
ServiceManagerLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< servicemanagement_v1_internal::ServiceManagerRetryTraits >
ServiceManagerPolicyOptionList
OptionList< ServiceManagerRetryPolicyOption, ServiceManagerBackoffPolicyOption, ServiceManagerPollingPolicyOption, ServiceManagerConnectionIdempotencyPolicyOption >
The options applicable to ServiceManager.