Uses of Class
com.google.cloud.dataproc.v1.PigJob.QueriesCase
-
Packages that use PigJob.QueriesCase Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of PigJob.QueriesCase in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return PigJob.QueriesCase Modifier and Type Method Description static PigJob.QueriesCase
PigJob.QueriesCase. forNumber(int value)
PigJob.QueriesCase
PigJob.Builder. getQueriesCase()
PigJob.QueriesCase
PigJob. getQueriesCase()
PigJob.QueriesCase
PigJobOrBuilder. getQueriesCase()
static PigJob.QueriesCase
PigJob.QueriesCase. valueOf(int value)
Deprecated.static PigJob.QueriesCase
PigJob.QueriesCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static PigJob.QueriesCase[]
PigJob.QueriesCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-