Namespace google::cloud::servicecontrol_v2 (2.23.0-rc)

Classes

ServiceControllerClient

Service Control API v2

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

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

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
NameDescription
options

(optional) Configure the ServiceControllerConnection created by this function.

Returns
TypeDescription
std::shared_ptr< ServiceControllerConnection >

MakeDefaultServiceControllerConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< ServiceControllerConnectionIdempotencyPolicy >

Type Aliases

ServiceControllerPolicyOptionList

Alias Of: OptionList< ServiceControllerRetryPolicyOption, ServiceControllerBackoffPolicyOption, ServiceControllerConnectionIdempotencyPolicyOption >

The options applicable to ServiceController.