Namespace google::cloud::tasks_v2 (2.19.0)

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
NameDescription
options

(optional) Configure the CloudTasksConnection created by this function.

Returns
TypeDescription
std::shared_ptr< CloudTasksConnection >

MakeDefaultCloudTasksConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< CloudTasksConnectionIdempotencyPolicy >

Type Aliases

CloudTasksPolicyOptionList

Alias Of: OptionList< CloudTasksRetryPolicyOption, CloudTasksBackoffPolicyOption, CloudTasksConnectionIdempotencyPolicyOption >

The options applicable to CloudTasks.