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

Classes

RegionTargetTcpProxiesClient

Service for the regionTargetTcpProxies resource.

RegionTargetTcpProxiesConnection

The RegionTargetTcpProxiesConnection object for RegionTargetTcpProxiesClient.

RegionTargetTcpProxiesConnectionIdempotencyPolicy

RegionTargetTcpProxiesLimitedErrorCountRetryPolicy

A retry policy for RegionTargetTcpProxiesConnection based on counting errors.

RegionTargetTcpProxiesLimitedTimeRetryPolicy

A retry policy for RegionTargetTcpProxiesConnection based on elapsed time.

RegionTargetTcpProxiesRetryPolicy

The retry policy for RegionTargetTcpProxiesConnection.

Structs

RegionTargetTcpProxiesBackoffPolicyOption

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

RegionTargetTcpProxiesConnectionIdempotencyPolicyOption

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

RegionTargetTcpProxiesPollingPolicyOption

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

RegionTargetTcpProxiesRetryPolicyOption

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

Functions

MakeDefaultRegionTargetTcpProxiesConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< RegionTargetTcpProxiesConnectionIdempotencyPolicy >

MakeRegionTargetTcpProxiesConnectionRest(Options)

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

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

Parameter
NameDescription
options

(optional) Configure the RegionTargetTcpProxiesConnection created by this function.

Returns
TypeDescription
std::shared_ptr< RegionTargetTcpProxiesConnection >

Type Aliases

RegionTargetTcpProxiesPolicyOptionList

Alias Of: OptionList< RegionTargetTcpProxiesRetryPolicyOption, RegionTargetTcpProxiesBackoffPolicyOption, RegionTargetTcpProxiesPollingPolicyOption, RegionTargetTcpProxiesConnectionIdempotencyPolicyOption >

The options applicable to RegionTargetTcpProxies.