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.DriverCaseSparkJob.DriverCase. forNumber(int value)SparkJob.DriverCaseSparkJob.Builder. getDriverCase()SparkJob.DriverCaseSparkJob. getDriverCase()SparkJob.DriverCaseSparkJobOrBuilder. getDriverCase()static SparkJob.DriverCaseSparkJob.DriverCase. valueOf(int value)Deprecated.static SparkJob.DriverCaseSparkJob.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.
-