Cloud Build V1 API - Module Google::Cloud::Build::V1::WorkerPool::State (v0.12.0)

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.