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