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 | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< AppConnectionsServiceConnection > |
|
MakeDefaultAppConnectionsServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< AppConnectionsServiceConnectionIdempotencyPolicy > |
|