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.

Possible states of a rule execution like SUCCESS, FAILURE, etc.

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

Namespace

Google \ Cloud \ WorkloadManager \ V1 \ RuleExecutionResult

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unknown state

Generated from protobuf enum STATE_UNSPECIFIED = 0;

STATE_SUCCESS

Value: 1

Execution completed successfully

Generated from protobuf enum STATE_SUCCESS = 1;

STATE_FAILURE

Value: 2

Execution completed with failures

Generated from protobuf enum STATE_FAILURE = 2;

STATE_SKIPPED

Value: 3

Execution was not executed

Generated from protobuf enum STATE_SKIPPED = 3;