public enum Cluster.State extends Enum<Cluster.State> implements ProtocolMessageEnum
The current state of the cluster.
Protobuf enum google.cloud.visionai.v1.Cluster.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ERROR |
The ERROR state indicates the cluster is unusable. It will be automatically deleted. |
ERROR_VALUE |
The ERROR state indicates the cluster is unusable. It will be automatically deleted. |
PROVISIONING |
The PROVISIONING state indicates the cluster is being created. |
PROVISIONING_VALUE |
The PROVISIONING state indicates the cluster is being created. |
RUNNING |
The RUNNING state indicates the cluster has been created and is fully usable. |
RUNNING_VALUE |
The RUNNING state indicates the cluster has been created and is fully usable. |
STATE_UNSPECIFIED |
Not set. |
STATE_UNSPECIFIED_VALUE |
Not set. |
STOPPING |
The STOPPING state indicates the cluster is being deleted. |
STOPPING_VALUE |
The STOPPING state indicates the cluster is being deleted. |
UNRECOGNIZED |
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() |