public static enum ProcessorVersion.State extends Enum<ProcessorVersion.State> implements com.google.protobuf.ProtocolMessageEnum
The possible states of the processor version.Protobuf enum
google.cloud.documentai.v1beta3.ProcessorVersion.State| Enum Constant and Description |
|---|
CREATING
The processor version is being created.
|
DELETING
The processor version is being deleted.
|
DEPLOYED
The processor version is deployed and can be used for processing.
|
DEPLOYING
The processor version is being deployed.
|
FAILED
The processor version failed and is in an indeterminate state.
|
IMPORTING
The processor version is being imported.
|
STATE_UNSPECIFIED
The processor version is in an unspecified state.
|
UNDEPLOYED
The processor version is not deployed and cannot be used for processing.
|
UNDEPLOYING
The processor version is being undeployed.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CREATING_VALUE
The processor version is being created.
|
static int |
DELETING_VALUE
The processor version is being deleted.
|
static int |
DEPLOYED_VALUE
The processor version is deployed and can be used for processing.
|
static int |
DEPLOYING_VALUE
The processor version is being deployed.
|
static int |
FAILED_VALUE
The processor version failed and is in an indeterminate state.
|
static int |
IMPORTING_VALUE
The processor version is being imported.
|
static int |
STATE_UNSPECIFIED_VALUE
The processor version is in an unspecified state.
|
static int |
UNDEPLOYED_VALUE
The processor version is not deployed and cannot be used for processing.
|
static int |
UNDEPLOYING_VALUE
The processor version is being undeployed.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessorVersion.State |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ProcessorVersion.State> |
internalGetValueMap() |
static ProcessorVersion.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProcessorVersion.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProcessorVersion.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessorVersion.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessorVersion.State STATE_UNSPECIFIED
The processor version is in an unspecified state.
STATE_UNSPECIFIED = 0;public static final ProcessorVersion.State DEPLOYED
The processor version is deployed and can be used for processing.
DEPLOYED = 1;public static final ProcessorVersion.State DEPLOYING
The processor version is being deployed.
DEPLOYING = 2;public static final ProcessorVersion.State UNDEPLOYED
The processor version is not deployed and cannot be used for processing.
UNDEPLOYED = 3;public static final ProcessorVersion.State UNDEPLOYING
The processor version is being undeployed.
UNDEPLOYING = 4;public static final ProcessorVersion.State CREATING
The processor version is being created.
CREATING = 5;public static final ProcessorVersion.State DELETING
The processor version is being deleted.
DELETING = 6;public static final ProcessorVersion.State FAILED
The processor version failed and is in an indeterminate state.
FAILED = 7;public static final ProcessorVersion.State IMPORTING
The processor version is being imported.
IMPORTING = 8;public static final ProcessorVersion.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
The processor version is in an unspecified state.
STATE_UNSPECIFIED = 0;public static final int DEPLOYED_VALUE
The processor version is deployed and can be used for processing.
DEPLOYED = 1;public static final int DEPLOYING_VALUE
The processor version is being deployed.
DEPLOYING = 2;public static final int UNDEPLOYED_VALUE
The processor version is not deployed and cannot be used for processing.
UNDEPLOYED = 3;public static final int UNDEPLOYING_VALUE
The processor version is being undeployed.
UNDEPLOYING = 4;public static final int CREATING_VALUE
The processor version is being created.
CREATING = 5;public static final int DELETING_VALUE
The processor version is being deleted.
DELETING = 6;public static final int FAILED_VALUE
The processor version failed and is in an indeterminate state.
FAILED = 7;public static final int IMPORTING_VALUE
The processor version is being imported.
IMPORTING = 8;public static ProcessorVersion.State[] values()
for (ProcessorVersion.State c : ProcessorVersion.State.values()) System.out.println(c);
public static ProcessorVersion.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ProcessorVersion.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ProcessorVersion.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ProcessorVersion.State> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ProcessorVersion.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.