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