public enum ProcessorVersion.State extends Enum<ProcessorVersion.State> implements ProtocolMessageEnum
The possible states of the processor version.
Protobuf enum google.cloud.documentai.v1.ProcessorVersion.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATING |
The processor version is being created. |
CREATING_VALUE |
The processor version is being created. |
DELETING |
The processor version is being deleted. |
DELETING_VALUE |
The processor version is being deleted. |
DEPLOYED |
The processor version is deployed and can be used for processing. |
DEPLOYED_VALUE |
The processor version is deployed and can be used for processing. |
DEPLOYING |
The processor version is being deployed. |
DEPLOYING_VALUE |
The processor version is being deployed. |
FAILED |
The processor version failed and is in an indeterminate state. |
FAILED_VALUE |
The processor version failed and is in an indeterminate state. |
IMPORTING |
The processor version is being imported. |
IMPORTING_VALUE |
The processor version is being imported. |
STATE_UNSPECIFIED |
The processor version is in an unspecified state. |
STATE_UNSPECIFIED_VALUE |
The processor version is in an unspecified state. |
UNDEPLOYED |
The processor version is not deployed and cannot be used for processing. |
UNDEPLOYED_VALUE |
The processor version is not deployed and cannot be used for processing. |
UNDEPLOYING |
The processor version is being undeployed. |
UNDEPLOYING_VALUE |
The processor version is being undeployed. |
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() |