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

Classes

TargetSslProxiesClient

Service for the targetSslProxies resource.

TargetSslProxiesConnection

The TargetSslProxiesConnection object for TargetSslProxiesClient.

TargetSslProxiesConnectionIdempotencyPolicy

TargetSslProxiesLimitedErrorCountRetryPolicy

A retry policy for TargetSslProxiesConnection based on counting errors.

TargetSslProxiesLimitedTimeRetryPolicy

A retry policy for TargetSslProxiesConnection based on elapsed time.

TargetSslProxiesRetryPolicy

The retry policy for TargetSslProxiesConnection.

Structs

TargetSslProxiesBackoffPolicyOption

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

TargetSslProxiesConnectionIdempotencyPolicyOption

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

TargetSslProxiesPollingPolicyOption

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

TargetSslProxiesRetryPolicyOption

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

Functions

MakeDefaultTargetSslProxiesConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< TargetSslProxiesConnectionIdempotencyPolicy >

MakeTargetSslProxiesConnectionRest(Options)

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

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

Parameter
NameDescription
options

(optional) Configure the TargetSslProxiesConnection created by this function.

Returns
TypeDescription
std::shared_ptr< TargetSslProxiesConnection >

Type Aliases

TargetSslProxiesPolicyOptionList

Alias Of: OptionList< TargetSslProxiesRetryPolicyOption, TargetSslProxiesBackoffPolicyOption, TargetSslProxiesPollingPolicyOption, TargetSslProxiesConnectionIdempotencyPolicyOption >

The options applicable to TargetSslProxies.