Google Cloud Config Delivery V1 Client - Class State (0.2.0)

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

State of the rollout for the cluster.

Protobuf type google.cloud.configdelivery.v1.ClusterInfo.State

Namespace

Google \ Cloud \ ConfigDelivery \ V1 \ ClusterInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

WAITING

Value: 1

Waiting state.

Generated from protobuf enum WAITING = 1;

IN_PROGRESS

Value: 2

In progress state.

Generated from protobuf enum IN_PROGRESS = 2;

STALLED

Value: 3

Stalled state.

Generated from protobuf enum STALLED = 3;

COMPLETED

Value: 4

Completed state.

Generated from protobuf enum COMPLETED = 4;

ABORTED

Value: 5

Aborted state.

Generated from protobuf enum ABORTED = 5;

CANCELLED

Value: 6

Cancelled state.

Generated from protobuf enum CANCELLED = 6;

ERROR

Value: 7

Error state.

Generated from protobuf enum ERROR = 7;

UNCHANGED

Value: 8

Unchanged state.

Generated from protobuf enum UNCHANGED = 8;

SKIPPED

Value: 9

Skipped state.

Generated from protobuf enum SKIPPED = 9;