Uses of Class
com.google.cloud.documentai.v1.ProcessorVersion.State
-
Packages that use ProcessorVersion.State Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of ProcessorVersion.State in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return ProcessorVersion.State Modifier and Type Method Description static ProcessorVersion.State
ProcessorVersion.State. forNumber(int value)
ProcessorVersion.State
ProcessorVersion.Builder. getState()
The state of the processor version.ProcessorVersion.State
ProcessorVersion. getState()
The state of the processor version.ProcessorVersion.State
ProcessorVersionOrBuilder. getState()
The state of the processor version.static ProcessorVersion.State
ProcessorVersion.State. valueOf(int value)
Deprecated.static ProcessorVersion.State
ProcessorVersion.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ProcessorVersion.State
ProcessorVersion.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessorVersion.State[]
ProcessorVersion.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 ProcessorVersion.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ProcessorVersion.State>
ProcessorVersion.State. internalGetValueMap()
Methods in com.google.cloud.documentai.v1 with parameters of type ProcessorVersion.State Modifier and Type Method Description ProcessorVersion.Builder
ProcessorVersion.Builder. setState(ProcessorVersion.State value)
The state of the processor version.
-