Namespace google::cloud::beyondcorp_clientgateways_v1 (2.13.0)

Classes

ClientGatewaysServiceClient

API Overview:

ClientGatewaysServiceConnection

The ClientGatewaysServiceConnection object for ClientGatewaysServiceClient.

ClientGatewaysServiceConnectionIdempotencyPolicy

Structs

ClientGatewaysServiceBackoffPolicyOption

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

ClientGatewaysServiceConnectionIdempotencyPolicyOption

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

ClientGatewaysServicePollingPolicyOption

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

ClientGatewaysServiceRetryPolicyOption

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

Functions

MakeClientGatewaysServiceConnection(Options)

A factory function to construct an object of type ClientGatewaysServiceConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ClientGatewaysServiceClient.

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

Parameter
Name Description
options

(optional) Configure the ClientGatewaysServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< ClientGatewaysServiceConnection >

MakeDefaultClientGatewaysServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< ClientGatewaysServiceConnectionIdempotencyPolicy >

Type Aliases

ClientGatewaysServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< beyondcorp_clientgateways_v1_internal::ClientGatewaysServiceRetryTraits >

ClientGatewaysServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< beyondcorp_clientgateways_v1_internal::ClientGatewaysServiceRetryTraits >

ClientGatewaysServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< beyondcorp_clientgateways_v1_internal::ClientGatewaysServiceRetryTraits >

ClientGatewaysServicePolicyOptionList

Alias Of: OptionList< ClientGatewaysServiceRetryPolicyOption, ClientGatewaysServiceBackoffPolicyOption, ClientGatewaysServicePollingPolicyOption, ClientGatewaysServiceConnectionIdempotencyPolicyOption >

The options applicable to ClientGatewaysService.