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