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