Namespace google::cloud::workflows_v1 (2.20.0)

Classes

WorkflowsClient

Workflows is used to deploy and execute workflow programs.

WorkflowsConnection

The WorkflowsConnection object for WorkflowsClient.

WorkflowsConnectionIdempotencyPolicy

WorkflowsLimitedErrorCountRetryPolicy

A retry policy for WorkflowsConnection based on counting errors.

WorkflowsLimitedTimeRetryPolicy

A retry policy for WorkflowsConnection based on elapsed time.

WorkflowsRetryPolicy

The retry policy for WorkflowsConnection.

Structs

WorkflowsBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

WorkflowsConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

WorkflowsPollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

WorkflowsRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeWorkflowsConnection(Options)

A factory function to construct an object of type WorkflowsConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of WorkflowsClient.

The optional options argument may be used to configure aspects of the returned WorkflowsConnection. Expected options are any of the types in the following option lists:

Parameter
NameDescription
options

(optional) Configure the WorkflowsConnection created by this function.

Returns
TypeDescription
std::shared_ptr< WorkflowsConnection >

MakeDefaultWorkflowsConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< WorkflowsConnectionIdempotencyPolicy >

Type Aliases

WorkflowsPolicyOptionList

Alias Of: OptionList< WorkflowsRetryPolicyOption, WorkflowsBackoffPolicyOption, WorkflowsPollingPolicyOption, WorkflowsConnectionIdempotencyPolicyOption >

The options applicable to Workflows.