Namespace google::cloud::compute_target_http_proxies_v1 (2.17.0)

Classes

TargetHttpProxiesClient

Service for the targetHttpProxies resource.

TargetHttpProxiesConnection

The TargetHttpProxiesConnection object for TargetHttpProxiesClient.

TargetHttpProxiesConnectionIdempotencyPolicy

TargetHttpProxiesLimitedErrorCountRetryPolicy

A retry policy for TargetHttpProxiesConnection based on counting errors.

TargetHttpProxiesLimitedTimeRetryPolicy

A retry policy for TargetHttpProxiesConnection based on elapsed time.

TargetHttpProxiesRetryPolicy

The retry policy for TargetHttpProxiesConnection.

Structs

TargetHttpProxiesBackoffPolicyOption

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

TargetHttpProxiesConnectionIdempotencyPolicyOption

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

TargetHttpProxiesPollingPolicyOption

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

TargetHttpProxiesRetryPolicyOption

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

Functions

MakeDefaultTargetHttpProxiesConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< TargetHttpProxiesConnectionIdempotencyPolicy >

MakeTargetHttpProxiesConnectionRest(Options)

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

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

Parameter
Name Description
options

(optional) Configure the TargetHttpProxiesConnection created by this function.

Returns
Type Description
std::shared_ptr< TargetHttpProxiesConnection >

Type Aliases

TargetHttpProxiesPolicyOptionList

Alias Of: OptionList< TargetHttpProxiesRetryPolicyOption, TargetHttpProxiesBackoffPolicyOption, TargetHttpProxiesPollingPolicyOption, TargetHttpProxiesConnectionIdempotencyPolicyOption >

The options applicable to TargetHttpProxies.