Namespace google::cloud::beyondcorp_appgateways_v1 (2.16.0)

Classes

AppGatewaysServiceClient

API Overview:

AppGatewaysServiceConnection

The AppGatewaysServiceConnection object for AppGatewaysServiceClient.

AppGatewaysServiceConnectionIdempotencyPolicy

AppGatewaysServiceLimitedErrorCountRetryPolicy

A retry policy for AppGatewaysServiceConnection based on counting errors.

AppGatewaysServiceLimitedTimeRetryPolicy

A retry policy for AppGatewaysServiceConnection based on elapsed time.

AppGatewaysServiceRetryPolicy

The retry policy for AppGatewaysServiceConnection.

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

AppGatewaysServicePolicyOptionList

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

The options applicable to AppGatewaysService.