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