Classes
CloudTasksClient
Cloud Tasks allows developers to manage the execution of background work in their applications.
CloudTasksConnection
The CloudTasksConnection
object for CloudTasksClient
.
CloudTasksConnectionIdempotencyPolicy
CloudTasksLimitedErrorCountRetryPolicy
A retry policy for CloudTasksConnection
based on counting errors.
CloudTasksLimitedTimeRetryPolicy
A retry policy for CloudTasksConnection
based on elapsed time.
CloudTasksRetryPolicy
The retry policy for CloudTasksConnection
.
Structs
CloudTasksBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
CloudTasksConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
CloudTasksRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeCloudTasksConnection(Options)
A factory function to construct an object of type CloudTasksConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of CloudTasksClient.
The optional options
argument may be used to configure aspects of the returned CloudTasksConnection
. 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< CloudTasksConnection > |
MakeDefaultCloudTasksConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< CloudTasksConnectionIdempotencyPolicy > |
Type Aliases
CloudTasksPolicyOptionList
OptionList< CloudTasksRetryPolicyOption, CloudTasksBackoffPolicyOption, CloudTasksConnectionIdempotencyPolicyOption >
The options applicable to CloudTasks.