Namespace google::cloud::servicecontrol_v1 (2.17.0)

Classes

QuotaControllerClient

Google Quota Control API

QuotaControllerConnection

The QuotaControllerConnection object for QuotaControllerClient.

QuotaControllerConnectionIdempotencyPolicy

QuotaControllerLimitedErrorCountRetryPolicy

A retry policy for QuotaControllerConnection based on counting errors.

QuotaControllerLimitedTimeRetryPolicy

A retry policy for QuotaControllerConnection based on elapsed time.

QuotaControllerRetryPolicy

The retry policy for QuotaControllerConnection.

ServiceControllerClient

Google Service Control API

ServiceControllerConnection

The ServiceControllerConnection object for ServiceControllerClient.

ServiceControllerConnectionIdempotencyPolicy

ServiceControllerLimitedErrorCountRetryPolicy

A retry policy for ServiceControllerConnection based on counting errors.

ServiceControllerLimitedTimeRetryPolicy

A retry policy for ServiceControllerConnection based on elapsed time.

ServiceControllerRetryPolicy

The retry policy for ServiceControllerConnection.

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 QuotaControllerConnection created by this function.

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 ServiceControllerConnection created by this function.

Returns
Type Description
std::shared_ptr< ServiceControllerConnection >

MakeDefaultServiceControllerConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< ServiceControllerConnectionIdempotencyPolicy >

Type Aliases

QuotaControllerPolicyOptionList

Alias Of: OptionList< QuotaControllerRetryPolicyOption, QuotaControllerBackoffPolicyOption, QuotaControllerConnectionIdempotencyPolicyOption >

The options applicable to QuotaController.

ServiceControllerPolicyOptionList

Alias Of: OptionList< ServiceControllerRetryPolicyOption, ServiceControllerBackoffPolicyOption, ServiceControllerConnectionIdempotencyPolicyOption >

The options applicable to ServiceController.