Namespace google::cloud::compute_backend_buckets_v1 (2.18.0)

Classes

BackendBucketsClient

Service for the backendBuckets resource.

BackendBucketsConnection

The BackendBucketsConnection object for BackendBucketsClient.

BackendBucketsConnectionIdempotencyPolicy

BackendBucketsLimitedErrorCountRetryPolicy

A retry policy for BackendBucketsConnection based on counting errors.

BackendBucketsLimitedTimeRetryPolicy

A retry policy for BackendBucketsConnection based on elapsed time.

BackendBucketsRetryPolicy

The retry policy for BackendBucketsConnection.

Structs

BackendBucketsBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

BackendBucketsConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

BackendBucketsPollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

BackendBucketsRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeDefaultBackendBucketsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< BackendBucketsConnectionIdempotencyPolicy >

MakeBackendBucketsConnectionRest(Options)

A factory function to construct an object of type BackendBucketsConnection 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 BackendBucketsClient.

The optional options argument may be used to configure aspects of the returned BackendBucketsConnection. Expected options are any of the types in the following option lists:

Parameter
Name Description
options

(optional) Configure the BackendBucketsConnection created by this function.

Returns
Type Description
std::shared_ptr< BackendBucketsConnection >

Type Aliases

BackendBucketsPolicyOptionList

Alias Of: OptionList< BackendBucketsRetryPolicyOption, BackendBucketsBackoffPolicyOption, BackendBucketsPollingPolicyOption, BackendBucketsConnectionIdempotencyPolicyOption >

The options applicable to BackendBuckets.