Namespace Google.Cloud.Workflows.Executions.V1 (1.2.0)

Classes

CancelExecutionRequest

Request for the [CancelExecution][google.cloud.workflows.executions.v1.Executions.CancelExecution] method.

CreateExecutionRequest

Request for the [CreateExecution][google.cloud.workflows.executions.v1.Executions.CreateExecution] method.

Execution

A running instance of a Workflow.

Execution.Types

Container for nested types declared in the Execution message type.

Execution.Types.Error

Error describes why the execution was abnormally terminated.

Execution.Types.StackTrace

A collection of stack elements (frames) where an error occurred.

Execution.Types.StackTraceElement

A single stack element (frame) where an error occurred.

Execution.Types.StackTraceElement.Types

Container for nested types declared in the StackTraceElement message type.

Execution.Types.StackTraceElement.Types.Position

Position contains source position information about the stack trace element such as line number, column number and length of the code block in bytes.

ExecutionName

Resource name for the Execution resource.

Executions

Executions is used to start and manage running instances of [Workflows][google.cloud.workflows.v1.Workflow] called executions.

Executions.ExecutionsBase

Base class for server-side implementations of Executions

Executions.ExecutionsClient

Client for Executions

ExecutionsClient

Executions client wrapper, for convenient use.

ExecutionsClientBuilder

Builder class for ExecutionsClient to provide simple configuration of credentials, endpoint etc.

ExecutionsClientImpl

Executions client wrapper implementation, for convenient use.

ExecutionsSettings

Settings for ExecutionsClient instances.

GetExecutionRequest

Request for the [GetExecution][google.cloud.workflows.executions.v1.Executions.GetExecution] method.

ListExecutionsRequest

Request for the [ListExecutions][] method.

ListExecutionsResponse

Response for the [ListExecutions][google.cloud.workflows.executions.v1.Executions.ListExecutions] method.

Enums

Execution.Types.CallLogLevel

Describes the level of platform logging to apply to calls and call responses during workflow executions.

Execution.Types.State

Describes the current state of the execution. More states might be added in the future.

ExecutionName.ResourceNameType

The possible contents of ExecutionName.

ExecutionView

Defines possible views for execution resource.