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