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

Classes

AppConnectionsServiceClient

API Overview:

AppConnectionsServiceConnection

The AppConnectionsServiceConnection object for AppConnectionsServiceClient.

AppConnectionsServiceConnectionIdempotencyPolicy

AppConnectionsServiceLimitedErrorCountRetryPolicy

A retry policy for AppConnectionsServiceConnection based on counting errors.

AppConnectionsServiceLimitedTimeRetryPolicy

A retry policy for AppConnectionsServiceConnection based on elapsed time.

AppConnectionsServiceRetryPolicy

The retry policy for AppConnectionsServiceConnection.

Structs

AppConnectionsServiceBackoffPolicyOption

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

AppConnectionsServiceConnectionIdempotencyPolicyOption

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

AppConnectionsServicePollingPolicyOption

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

AppConnectionsServiceRetryPolicyOption

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

Functions

MakeAppConnectionsServiceConnection(Options)

A factory function to construct an object of type AppConnectionsServiceConnection.

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

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

Parameter
NameDescription
options

(optional) Configure the AppConnectionsServiceConnection created by this function.

Returns
TypeDescription
std::shared_ptr< AppConnectionsServiceConnection >

MakeDefaultAppConnectionsServiceConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< AppConnectionsServiceConnectionIdempotencyPolicy >

Type Aliases

AppConnectionsServicePolicyOptionList

Alias Of: OptionList< AppConnectionsServiceRetryPolicyOption, AppConnectionsServiceBackoffPolicyOption, AppConnectionsServicePollingPolicyOption, AppConnectionsServiceConnectionIdempotencyPolicyOption >

The options applicable to AppConnectionsService.