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