Classes
AppConnectionsServiceClient
API Overview:
AppConnectionsServiceConnection
The AppConnectionsServiceConnection
object for AppConnectionsServiceClient
.
AppConnectionsServiceConnectionIdempotencyPolicy
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 | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< AppConnectionsServiceConnection > |
MakeDefaultAppConnectionsServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< AppConnectionsServiceConnectionIdempotencyPolicy > |
Type Aliases
AppConnectionsServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< beyondcorp_appconnections_v1_internal::AppConnectionsServiceRetryTraits >
AppConnectionsServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< beyondcorp_appconnections_v1_internal::AppConnectionsServiceRetryTraits >
AppConnectionsServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< beyondcorp_appconnections_v1_internal::AppConnectionsServiceRetryTraits >
AppConnectionsServicePolicyOptionList
OptionList< AppConnectionsServiceRetryPolicyOption, AppConnectionsServiceBackoffPolicyOption, AppConnectionsServicePollingPolicyOption, AppConnectionsServiceConnectionIdempotencyPolicyOption >
The options applicable to AppConnectionsService.