Uses of Class
com.google.cloud.documentai.v1.Processor.State
-
Packages that use Processor.State Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of Processor.State in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return Processor.State Modifier and Type Method Description static Processor.State
Processor.State. forNumber(int value)
Processor.State
Processor.Builder. getState()
Output only.Processor.State
Processor. getState()
Output only.Processor.State
ProcessorOrBuilder. getState()
Output only.static Processor.State
Processor.State. valueOf(int value)
Deprecated.static Processor.State
Processor.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Processor.State
Processor.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Processor.State[]
Processor.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.documentai.v1 that return types with arguments of type Processor.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Processor.State>
Processor.State. internalGetValueMap()
Methods in com.google.cloud.documentai.v1 with parameters of type Processor.State Modifier and Type Method Description Processor.Builder
Processor.Builder. setState(Processor.State value)
Output only.
-