Cloud Build V1 API - Module Google::Cloud::Build::V1::WorkerPool::State (v1.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Build V1 API module Google::Cloud::Build::V1::WorkerPool::State.
State of the WorkerPool.
Constants
STATE_UNSPECIFIED
value: 0 State of the WorkerPool is unknown.
CREATING
value: 1 WorkerPool is being created.
RUNNING
value: 2 WorkerPool is running.
DELETING
value: 3 WorkerPool is being deleted: cancelling builds and draining workers.
DELETED
value: 4 WorkerPool is deleted.
UPDATING
value: 5 WorkerPool is being updated; new builds cannot be run.