Classes
ConnectionServiceClient
Manages external data source connections and credentials.
ConnectionServiceConnection
The ConnectionServiceConnection
object for ConnectionServiceClient
.
ConnectionServiceConnectionIdempotencyPolicy
ConnectionServiceLimitedErrorCountRetryPolicy
A retry policy for ConnectionServiceConnection
based on counting errors.
ConnectionServiceLimitedTimeRetryPolicy
A retry policy for ConnectionServiceConnection
based on elapsed time.
ConnectionServiceRetryPolicy
The retry policy for ConnectionServiceConnection
.
Structs
ConnectionServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
ConnectionServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
ConnectionServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeConnectionServiceConnection(Options)
A factory function to construct an object of type ConnectionServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ConnectionServiceClient.
The optional options
argument may be used to configure aspects of the returned ConnectionServiceConnection
. 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< ConnectionServiceConnection > |
MakeDefaultConnectionServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< ConnectionServiceConnectionIdempotencyPolicy > |
Type Aliases
ConnectionServicePolicyOptionList
OptionList< ConnectionServiceRetryPolicyOption, ConnectionServiceBackoffPolicyOption, ConnectionServiceConnectionIdempotencyPolicyOption >
The options applicable to ConnectionService.