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