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 |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< AppGatewaysServiceConnection > |
|
MakeDefaultAppGatewaysServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< AppGatewaysServiceConnectionIdempotencyPolicy > |
|