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