Classes
DeveloperConnectClient
Service describing handlers for resources.
DeveloperConnectConnection
The DeveloperConnectConnection
object for DeveloperConnectClient
.
DeveloperConnectConnectionIdempotencyPolicy
DeveloperConnectLimitedErrorCountRetryPolicy
A retry policy for DeveloperConnectConnection
based on counting errors.
DeveloperConnectLimitedTimeRetryPolicy
A retry policy for DeveloperConnectConnection
based on elapsed time.
DeveloperConnectRetryPolicy
The retry policy for DeveloperConnectConnection
.
Structs
DeveloperConnectBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
DeveloperConnectConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
DeveloperConnectPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
DeveloperConnectRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeDeveloperConnectConnection(Options)
A factory function to construct an object of type DeveloperConnectConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DeveloperConnectClient.
The optional options
argument may be used to configure aspects of the returned DeveloperConnectConnection
. 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< DeveloperConnectConnection > |
MakeDefaultDeveloperConnectConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< DeveloperConnectConnectionIdempotencyPolicy > |