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