Google Cloud Deploy V1 Client - Class State (0.9.0)

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

Valid states of a Phase.

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

Namespace

Google \ Cloud \ Deploy \ V1 \ Phase

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The Phase has an unspecified state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PENDING

Value: 1

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

Generated from protobuf enum PENDING = 1;

IN_PROGRESS

Value: 2

The Phase is in progress.

Generated from protobuf enum IN_PROGRESS = 2;

SUCCEEDED

Value: 3

The Phase has succeeded.

Generated from protobuf enum SUCCEEDED = 3;

FAILED

Value: 4

The Phase has failed.

Generated from protobuf enum FAILED = 4;

ABORTED

Value: 5

The Phase was aborted.

Generated from protobuf enum ABORTED = 5;

SKIPPED

Value: 6

The Phase was skipped.

Generated from protobuf enum SKIPPED = 6;