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