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