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 Rollout.

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

Namespace

Google \ Cloud \ Deploy \ V1 \ Rollout

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The Rollout has an unspecified state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

SUCCEEDED

Value: 1

The Rollout has completed successfully.

Generated from protobuf enum SUCCEEDED = 1;

FAILED

Value: 2

The Rollout has failed.

Generated from protobuf enum FAILED = 2;

IN_PROGRESS

Value: 3

The Rollout is being deployed.

Generated from protobuf enum IN_PROGRESS = 3;

PENDING_APPROVAL

Value: 4

The Rollout needs approval.

Generated from protobuf enum PENDING_APPROVAL = 4;

APPROVAL_REJECTED

Value: 5

An approver rejected the Rollout.

Generated from protobuf enum APPROVAL_REJECTED = 5;

PENDING

Value: 6

The Rollout is waiting for an earlier Rollout(s) to complete on this Target.

Generated from protobuf enum PENDING = 6;

PENDING_RELEASE

Value: 7

The Rollout is waiting for the Release to be fully rendered.

Generated from protobuf enum PENDING_RELEASE = 7;

CANCELLING

Value: 8

The Rollout is in the process of being cancelled.

Generated from protobuf enum CANCELLING = 8;

CANCELLED

Value: 9

The Rollout has been cancelled.

Generated from protobuf enum CANCELLED = 9;

HALTED

Value: 10

The Rollout is halted.

Generated from protobuf enum HALTED = 10;