Class State (3.24.2)

State(value)

State of the WorkerPool.

Enums

Name Description
STATE_UNSPECIFIED State of the `WorkerPool` is unknown.
CREATING `WorkerPool` is being created.
RUNNING `WorkerPool` is running.
DELETING `WorkerPool` is being deleted: cancelling builds and draining workers.
DELETED `WorkerPool` is deleted.
UPDATING `WorkerPool` is being updated; new builds cannot be run.