Namespace google::cloud::tasks_v2 (2.12.0)

Classes

CloudTasksClient

Cloud Tasks allows developers to manage the execution of background work in their applications.

CloudTasksConnection

The CloudTasksConnection object for CloudTasksClient.

CloudTasksConnectionIdempotencyPolicy

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 CloudTasksConnection created by this function.

Returns
Type Description
std::shared_ptr< CloudTasksConnection >

MakeDefaultCloudTasksConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< CloudTasksConnectionIdempotencyPolicy >

Type Aliases

CloudTasksRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< tasks_v2_internal::CloudTasksRetryTraits >

CloudTasksLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< tasks_v2_internal::CloudTasksRetryTraits >

CloudTasksLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< tasks_v2_internal::CloudTasksRetryTraits >

CloudTasksPolicyOptionList

Alias Of: OptionList< CloudTasksRetryPolicyOption, CloudTasksBackoffPolicyOption, CloudTasksConnectionIdempotencyPolicyOption >

The options applicable to CloudTasks.