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