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