Google Cloud Workflows V1 Client - Class ExecutionView (0.3.0)

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 \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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.

Following fields are returned: name, start_time, end_time, state and workflow_revision_id.

Generated from protobuf enum BASIC = 1;

FULL

Value: 2

Includes all data.

Generated from protobuf enum FULL = 2;