Reference documentation and code samples for the Google Cloud Build V1 Client class Status.
WorkerPool
status
Protobuf type google.devtools.cloudbuild.v1.WorkerPool.Status
Methods
name
value
mixed
value
name
mixed
Constants
STATUS_UNSPECIFIED
Value: 0
Status of the WorkerPool
is unknown.
Generated from protobuf enum STATUS_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;