Classes
GlobalOperationsClient
Service for the globalOperations resource.
GlobalOperationsConnection
The GlobalOperationsConnection
object for GlobalOperationsClient
.
GlobalOperationsConnectionIdempotencyPolicy
GlobalOperationsLimitedErrorCountRetryPolicy
A retry policy for GlobalOperationsConnection
based on counting errors.
GlobalOperationsLimitedTimeRetryPolicy
A retry policy for GlobalOperationsConnection
based on elapsed time.
GlobalOperationsRetryPolicy
The retry policy for GlobalOperationsConnection
.
Structs
GlobalOperationsBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
GlobalOperationsConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
GlobalOperationsRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeDefaultGlobalOperationsConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< GlobalOperationsConnectionIdempotencyPolicy > |
MakeGlobalOperationsConnectionRest(Options)
A factory function to construct an object of type GlobalOperationsConnection
that uses REST over HTTP as transport in lieu of gRPC.
REST transport should only be used for services that do not support gRPC or if the existing network configuration precludes using gRPC.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of GlobalOperationsClient.
The optional options
argument may be used to configure aspects of the returned GlobalOperationsConnection
. 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< GlobalOperationsConnection > |
Type Aliases
GlobalOperationsPolicyOptionList
OptionList< GlobalOperationsRetryPolicyOption, GlobalOperationsBackoffPolicyOption, GlobalOperationsConnectionIdempotencyPolicyOption >
The options applicable to GlobalOperations.