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: 0
The default / unset value.
Generated from protobuf enum EXECUTION_VIEW_UNSPECIFIED = 0;
BASIC
Value: 1
Includes only basic metadata about the execution.
The following fields are returned: name, start_time, end_time, duration, state, and workflow_revision_id.
Generated from protobuf enum BASIC = 1;
FULL
Value: 2
Includes all data.
Generated from protobuf enum FULL = 2;