Reference documentation and code samples for the Google Cloud Workflows V1 Client class ExecutionView.
Defines possible views for execution resource.
Protobuf type google.cloud.workflows.executions.v1.ExecutionView
Namespace
Google \ Cloud \ Workflows \ Executions \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EXECUTION_VIEW_UNSPECIFIED
Value: 0The default / unset value.
Generated from protobuf enum EXECUTION_VIEW_UNSPECIFIED = 0;
BASIC
Value: 1Includes only basic metadata about the execution.
Following fields are returned: name, start_time, end_time, state and workflow_revision_id.
Generated from protobuf enum BASIC = 1;
FULL
Value: 2Includes all data.
Generated from protobuf enum FULL = 2;