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 | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< WorkflowsConnection > |
MakeDefaultWorkflowsConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< WorkflowsConnectionIdempotencyPolicy > |