Classes
ConnectorsClient
Connectors is the interface for managing Connectors.
ConnectorsConnection
The ConnectorsConnection object for ConnectorsClient.
ConnectorsConnectionIdempotencyPolicy
ConnectorsLimitedErrorCountRetryPolicy
A retry policy for ConnectorsConnection based on counting errors.
ConnectorsLimitedTimeRetryPolicy
A retry policy for ConnectorsConnection based on elapsed time.
ConnectorsRetryPolicy
The retry policy for ConnectorsConnection.
Structs
ConnectorsBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
ConnectorsConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
ConnectorsPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
ConnectorsRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeConnectorsConnection(Options)
A factory function to construct an object of type ConnectorsConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ConnectorsClient.
The optional options argument may be used to configure aspects of the returned ConnectorsConnection. 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< ConnectorsConnection > |
|
MakeDefaultConnectorsConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< ConnectorsConnectionIdempotencyPolicy > |
|