Enum WorkerPool.State (3.11.0)

public enum WorkerPool.State extends Enum<WorkerPool.State> implements ProtocolMessageEnum

State of the WorkerPool.

Protobuf enum google.devtools.cloudbuild.v1.WorkerPool.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

WorkerPool is being created.

CREATING = 1;

CREATING_VALUE

WorkerPool is being created.

CREATING = 1;

DELETED

WorkerPool is deleted.

DELETED = 4;

DELETED_VALUE

WorkerPool is deleted.

DELETED = 4;

DELETING

WorkerPool is being deleted: cancelling builds and draining workers.

DELETING = 3;

DELETING_VALUE

WorkerPool is being deleted: cancelling builds and draining workers.

DELETING = 3;

RUNNING

WorkerPool is running.

RUNNING = 2;

RUNNING_VALUE

WorkerPool is running.

RUNNING = 2;

STATE_UNSPECIFIED

State of the WorkerPool is unknown.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State of the WorkerPool is unknown.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()