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.PayloadCaseExample.PayloadCase. forNumber(int value)Example.PayloadCaseExample.Builder. getPayloadCase()Example.PayloadCaseExample. getPayloadCase()Example.PayloadCaseExampleOrBuilder. getPayloadCase()static Example.PayloadCaseExample.PayloadCase. valueOf(int value)Deprecated.static Example.PayloadCaseExample.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.
-