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 WorkerPool is unknown.

0
CREATING =

WorkerPool is being created.

1
RUNNING =

WorkerPool is running.

2
DELETING =

WorkerPool is being deleted: cancelling builds and draining workers.

3
DELETED =

WorkerPool is deleted.

4
UPDATING =

WorkerPool is being updated; new builds cannot be run.

5