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.
Execution.Types.StateError
Describes an error related to the current state of the Execution resource.
Execution.Types.StateError.Types
Container for nested types declared in the StateError message type.
Execution.Types.Status
Represents the current status of this execution.
Execution.Types.Status.Types
Container for nested types declared in the Status message type.
Execution.Types.Status.Types.Step
Represents a step of the workflow this execution is running.
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.
Execution.Types.StateError.Types.Type
Describes the possible types of a state error.
ExecutionName.ResourceNameType
The possible contents of ExecutionName.
ExecutionView
Defines possible views for execution resource.