public enum WorkerPool.State extends Enum<WorkerPool.State> implements ProtocolMessageEnum
State of the WorkerPool
.
Protobuf enum google.devtools.cloudbuild.v1.WorkerPool.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATING |
|
CREATING_VALUE |
|
DELETED |
|
DELETED_VALUE |
|
DELETING |
|
DELETING_VALUE |
|
RUNNING |
|
RUNNING_VALUE |
|
STATE_UNSPECIFIED |
State of the |
STATE_UNSPECIFIED_VALUE |
State of the |
UNRECOGNIZED |
|
UPDATING |
|
UPDATING_VALUE |
|
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |