public enum IndexingStatus.State extends Enum<IndexingStatus.State> implements ProtocolMessageEnum
State enum for this asset's indexing.
Protobuf enum google.cloud.visionai.v1.IndexingStatus.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FAILED |
The process failed. |
FAILED_VALUE |
The process failed. |
IN_PROGRESS |
The indexing is in progress. |
IN_PROGRESS_VALUE |
The indexing is in progress. |
STATE_UNSPECIFIED |
The default process state should never happen. |
STATE_UNSPECIFIED_VALUE |
The default process state should never happen. |
SUCCEEDED |
The process is successfully done. |
SUCCEEDED_VALUE |
The process is successfully done. |
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() |