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

Classes

AppConnectorsServiceClient

API Overview:

AppConnectorsServiceConnection

The AppConnectorsServiceConnection object for AppConnectorsServiceClient.

AppConnectorsServiceConnectionIdempotencyPolicy

AppConnectorsServiceLimitedErrorCountRetryPolicy

A retry policy for AppConnectorsServiceConnection based on counting errors.

AppConnectorsServiceLimitedTimeRetryPolicy

A retry policy for AppConnectorsServiceConnection based on elapsed time.

AppConnectorsServiceRetryPolicy

The retry policy for AppConnectorsServiceConnection.

Structs

AppConnectorsServiceBackoffPolicyOption

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

AppConnectorsServiceConnectionIdempotencyPolicyOption

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

AppConnectorsServicePollingPolicyOption

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

AppConnectorsServiceRetryPolicyOption

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

Functions

MakeAppConnectorsServiceConnection(Options)

A factory function to construct an object of type AppConnectorsServiceConnection.

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

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

Parameter
NameDescription
options

(optional) Configure the AppConnectorsServiceConnection created by this function.

Returns
TypeDescription
std::shared_ptr< AppConnectorsServiceConnection >

MakeDefaultAppConnectorsServiceConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< AppConnectorsServiceConnectionIdempotencyPolicy >

Type Aliases

AppConnectorsServicePolicyOptionList

Alias Of: OptionList< AppConnectorsServiceRetryPolicyOption, AppConnectorsServiceBackoffPolicyOption, AppConnectorsServicePollingPolicyOption, AppConnectorsServiceConnectionIdempotencyPolicyOption >

The options applicable to AppConnectorsService.