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.State
Dataset.State. forNumber(int value)
Dataset.State
Dataset.Builder. getState()
Required.Dataset.State
Dataset. getState()
Required.Dataset.State
DatasetOrBuilder. getState()
Required.static Dataset.State
Dataset.State. valueOf(int value)
Deprecated.static Dataset.State
Dataset.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Dataset.State
Dataset.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.Builder
Dataset.Builder. setState(Dataset.State value)
Required.
-