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