Cloud Build v1 API - Enum WorkerPool.Types.State (2.9.0)

public enum WorkerPool.Types.State

Reference documentation and code samples for the Cloud Build v1 API enum WorkerPool.Types.State.

State of the WorkerPool.

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

NameDescription
Creating

WorkerPool is being created.

Deleted

WorkerPool is deleted.

Deleting

WorkerPool is being deleted: cancelling builds and draining workers.

Running

WorkerPool is running.

Unspecified

State of the WorkerPool is unknown.

Updating

WorkerPool is being updated; new builds cannot be run.