Google Cloud Deploy V1 Client - Class State (0.18.0)

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

Valid states of a Job.

Protobuf type google.cloud.deploy.v1.Job.State

Namespace

Google \ Cloud \ Deploy \ V1 \ Job

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The Job has an unspecified state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PENDING

Value: 1

The Job is waiting for an earlier Phase(s) or Job(s) to complete.

Generated from protobuf enum PENDING = 1;

DISABLED

Value: 2

The Job is disabled.

Generated from protobuf enum DISABLED = 2;

IN_PROGRESS

Value: 3

The Job is in progress.

Generated from protobuf enum IN_PROGRESS = 3;

SUCCEEDED

Value: 4

The Job succeeded.

Generated from protobuf enum SUCCEEDED = 4;

FAILED

Value: 5

The Job failed.

Generated from protobuf enum FAILED = 5;

ABORTED

Value: 6

The Job was aborted.

Generated from protobuf enum ABORTED = 6;

SKIPPED

Value: 7

The Job was skipped.

Generated from protobuf enum SKIPPED = 7;

IGNORED

Value: 8

The Job was ignored.

Generated from protobuf enum IGNORED = 8;