Cloud Build v1 API - Enum WorkerPool.Types.State (2.4.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

GoogleCloudGoogle.Cloud.CloudBuildV1

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.