Classes
QuotaControllerClient
QuotaControllerConnection
The QuotaControllerConnection
object for QuotaControllerClient
.
QuotaControllerConnectionIdempotencyPolicy
ServiceControllerClient
ServiceControllerConnection
The ServiceControllerConnection
object for ServiceControllerClient
.
ServiceControllerConnectionIdempotencyPolicy
Structs
QuotaControllerBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
QuotaControllerConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
QuotaControllerRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
ServiceControllerBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
ServiceControllerConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
ServiceControllerRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeQuotaControllerConnection(Options)
A factory function to construct an object of type QuotaControllerConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of QuotaControllerClient.
The optional options
argument may be used to configure aspects of the returned QuotaControllerConnection
. 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< QuotaControllerConnection > |
MakeDefaultQuotaControllerConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< QuotaControllerConnectionIdempotencyPolicy > |
MakeServiceControllerConnection(Options)
A factory function to construct an object of type ServiceControllerConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ServiceControllerClient.
The optional options
argument may be used to configure aspects of the returned ServiceControllerConnection
. 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< ServiceControllerConnection > |
MakeDefaultServiceControllerConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< ServiceControllerConnectionIdempotencyPolicy > |
Type Aliases
QuotaControllerRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< servicecontrol_v1_internal::QuotaControllerRetryTraits >
QuotaControllerLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< servicecontrol_v1_internal::QuotaControllerRetryTraits >
QuotaControllerLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< servicecontrol_v1_internal::QuotaControllerRetryTraits >
QuotaControllerPolicyOptionList
OptionList< QuotaControllerRetryPolicyOption, QuotaControllerBackoffPolicyOption, QuotaControllerConnectionIdempotencyPolicyOption >
The options applicable to QuotaController.
ServiceControllerRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< servicecontrol_v1_internal::ServiceControllerRetryTraits >
ServiceControllerLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< servicecontrol_v1_internal::ServiceControllerRetryTraits >
ServiceControllerLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< servicecontrol_v1_internal::ServiceControllerRetryTraits >
ServiceControllerPolicyOptionList
OptionList< ServiceControllerRetryPolicyOption, ServiceControllerBackoffPolicyOption, ServiceControllerConnectionIdempotencyPolicyOption >
The options applicable to ServiceController.