Module: Google::Cloud::Build::V1::WorkerPool::State
- Defined in:
 - proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
 
Overview
State of the WorkerPool.
Constant Summary collapse
- STATE_UNSPECIFIED =
          
State of the
WorkerPoolis unknown. 0- CREATING =
          
WorkerPoolis being created. 1- RUNNING =
          
WorkerPoolis running. 2- DELETING =
          
WorkerPoolis being deleted: cancelling builds and draining workers. 3- DELETED =
          
WorkerPoolis deleted. 4- UPDATING =
          
WorkerPoolis being updated; new builds cannot be run. 5