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
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
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;