Namespace google::cloud::compute_backend_services_v1 (2.21.0)

Classes

BackendServicesClient

Service for the backendServices resource.

BackendServicesConnection

The BackendServicesConnection object for BackendServicesClient.

BackendServicesConnectionIdempotencyPolicy

BackendServicesLimitedErrorCountRetryPolicy

A retry policy for BackendServicesConnection based on counting errors.

BackendServicesLimitedTimeRetryPolicy

A retry policy for BackendServicesConnection based on elapsed time.

BackendServicesRetryPolicy

The retry policy for BackendServicesConnection.

Structs

BackendServicesBackoffPolicyOption

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

BackendServicesConnectionIdempotencyPolicyOption

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

BackendServicesPollingPolicyOption

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

BackendServicesRetryPolicyOption

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

Functions

MakeDefaultBackendServicesConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< BackendServicesConnectionIdempotencyPolicy >

MakeBackendServicesConnectionRest(Options)

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

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

Parameter
NameDescription
options

(optional) Configure the BackendServicesConnection created by this function.

Returns
TypeDescription
std::shared_ptr< BackendServicesConnection >

Type Aliases

BackendServicesPolicyOptionList

Alias Of: OptionList< BackendServicesRetryPolicyOption, BackendServicesBackoffPolicyOption, BackendServicesPollingPolicyOption, BackendServicesConnectionIdempotencyPolicyOption >

The options applicable to BackendServices.