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