public enum Processor.State extends Enum<Processor.State> implements ProtocolMessageEnum
The possible states of the processor.
Protobuf enum google.cloud.documentai.v1.Processor.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATING |
The processor is being created, will become either |
CREATING_VALUE |
The processor is being created, will become either |
DELETING |
The processor is being deleted, will be removed if successful. |
DELETING_VALUE |
The processor is being deleted, will be removed if successful. |
DISABLED |
The processor is disabled. |
DISABLED_VALUE |
The processor is disabled. |
DISABLING |
The processor is being disabled, will become |
DISABLING_VALUE |
The processor is being disabled, will become |
ENABLED |
The processor is enabled, i.e., has an enabled version which can currently serve processing requests and all the feature dependencies have been successfully initialized. |
ENABLED_VALUE |
The processor is enabled, i.e., has an enabled version which can currently serve processing requests and all the feature dependencies have been successfully initialized. |
ENABLING |
The processor is being enabled, will become |
ENABLING_VALUE |
The processor is being enabled, will become |
FAILED |
The processor failed during creation or initialization of feature dependencies. The user should delete the processor and recreate one as all the functionalities of the processor are disabled. |
FAILED_VALUE |
The processor failed during creation or initialization of feature dependencies. The user should delete the processor and recreate one as all the functionalities of the processor are disabled. |
STATE_UNSPECIFIED |
The processor is in an unspecified state. |
STATE_UNSPECIFIED_VALUE |
The processor is in an unspecified state. |
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() |