Enum ProcessorVersion.State (2.45.0)

public enum ProcessorVersion.State extends Enum<ProcessorVersion.State> implements ProtocolMessageEnum

The possible states of the processor version.

Protobuf enum google.cloud.documentai.v1beta3.ProcessorVersion.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

The processor version is being created.

CREATING = 5;

CREATING_VALUE

The processor version is being created.

CREATING = 5;

DELETING

The processor version is being deleted.

DELETING = 6;

DELETING_VALUE

The processor version is being deleted.

DELETING = 6;

DEPLOYED

The processor version is deployed and can be used for processing.

DEPLOYED = 1;

DEPLOYED_VALUE

The processor version is deployed and can be used for processing.

DEPLOYED = 1;

DEPLOYING

The processor version is being deployed.

DEPLOYING = 2;

DEPLOYING_VALUE

The processor version is being deployed.

DEPLOYING = 2;

FAILED

The processor version failed and is in an indeterminate state.

FAILED = 7;

FAILED_VALUE

The processor version failed and is in an indeterminate state.

FAILED = 7;

IMPORTING

The processor version is being imported.

IMPORTING = 8;

IMPORTING_VALUE

The processor version is being imported.

IMPORTING = 8;

STATE_UNSPECIFIED

The processor version is in an unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The processor version is in an unspecified state.

STATE_UNSPECIFIED = 0;

UNDEPLOYED

The processor version is not deployed and cannot be used for processing.

UNDEPLOYED = 3;

UNDEPLOYED_VALUE

The processor version is not deployed and cannot be used for processing.

UNDEPLOYED = 3;

UNDEPLOYING

The processor version is being undeployed.

UNDEPLOYING = 4;

UNDEPLOYING_VALUE

The processor version is being undeployed.

UNDEPLOYING = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()