Google Cloud Build V1 Client - Class State (0.12.0)

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

State of the WorkerPool.

Protobuf type google.devtools.cloudbuild.v1.WorkerPool.State

Namespace

Google \ Cloud \ Build \ V1 \ WorkerPool

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State of the WorkerPool is unknown.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

WorkerPool is being created.

Generated from protobuf enum CREATING = 1;

RUNNING

Value: 2

WorkerPool is running.

Generated from protobuf enum RUNNING = 2;

DELETING

Value: 3

WorkerPool is being deleted: cancelling builds and draining workers.

Generated from protobuf enum DELETING = 3;

DELETED

Value: 4

WorkerPool is deleted.

Generated from protobuf enum DELETED = 4;

UPDATING

Value: 5

WorkerPool is being updated; new builds cannot be run.

Generated from protobuf enum UPDATING = 5;