Namespace google::cloud::beyondcorp_appgateways_v1 (2.13.0)

Classes

AppGatewaysServiceClient

API Overview:

AppGatewaysServiceConnection

The AppGatewaysServiceConnection object for AppGatewaysServiceClient.

AppGatewaysServiceConnectionIdempotencyPolicy

Structs

AppGatewaysServiceBackoffPolicyOption

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

AppGatewaysServiceConnectionIdempotencyPolicyOption

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

AppGatewaysServicePollingPolicyOption

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

AppGatewaysServiceRetryPolicyOption

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

Functions

MakeAppGatewaysServiceConnection(Options)

A factory function to construct an object of type AppGatewaysServiceConnection.

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

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

Parameter
Name Description
options

(optional) Configure the AppGatewaysServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< AppGatewaysServiceConnection >

MakeDefaultAppGatewaysServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< AppGatewaysServiceConnectionIdempotencyPolicy >

Type Aliases

AppGatewaysServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< beyondcorp_appgateways_v1_internal::AppGatewaysServiceRetryTraits >

AppGatewaysServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< beyondcorp_appgateways_v1_internal::AppGatewaysServiceRetryTraits >

AppGatewaysServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< beyondcorp_appgateways_v1_internal::AppGatewaysServiceRetryTraits >

AppGatewaysServicePolicyOptionList

Alias Of: OptionList< AppGatewaysServiceRetryPolicyOption, AppGatewaysServiceBackoffPolicyOption, AppGatewaysServicePollingPolicyOption, AppGatewaysServiceConnectionIdempotencyPolicyOption >

The options applicable to AppGatewaysService.