public enum Index.State extends Enum<Index.State> implements ProtocolMessageEnum
Enum representing the different states through which an Index might cycle during its lifetime.
Protobuf enum google.cloud.visionai.v1.Index.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATED |
State CREATED. |
CREATED_VALUE |
State CREATED. |
CREATING |
State CREATING. |
CREATING_VALUE |
State CREATING. |
STATE_UNSPECIFIED |
The default value. Should not be used. |
STATE_UNSPECIFIED_VALUE |
The default value. Should not be used. |
UNRECOGNIZED |
|
UPDATING |
State UPDATING. |
UPDATING_VALUE |
State UPDATING. |
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() |