Google Cloud Workload Manager V1 Client - Class State (0.1.0)

Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class State.

The possible states of an execution like RUNNING, SUCCEEDED, FAILED, etc.

Protobuf type google.cloud.workloadmanager.v1.Execution.State

Namespace

Google \ Cloud \ WorkloadManager \ V1 \ Execution

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State of execution is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

RUNNING

Value: 1

The execution is running in backend service.

Generated from protobuf enum RUNNING = 1;

SUCCEEDED

Value: 2

The execution run succeeded.

Generated from protobuf enum SUCCEEDED = 2;

FAILED

Value: 3

The execution run failed.

Generated from protobuf enum FAILED = 3;