Uses of Class
com.google.cloud.automl.v1beta1.Image.DataCase
-
Packages that use Image.DataCase Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of Image.DataCase in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return Image.DataCase Modifier and Type Method Description static Image.DataCase
Image.DataCase. forNumber(int value)
Image.DataCase
Image.Builder. getDataCase()
Image.DataCase
Image. getDataCase()
Image.DataCase
ImageOrBuilder. getDataCase()
static Image.DataCase
Image.DataCase. valueOf(int value)
Deprecated.static Image.DataCase
Image.DataCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Image.DataCase[]
Image.DataCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-