Uses of Class
com.google.cloud.dataproc.v1.BatchName
-
Packages that use BatchName Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of BatchName in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return BatchName Modifier and Type Method Description BatchName
BatchName.Builder. build()
static BatchName
BatchName. of(String project, String location, String batch)
static BatchName
BatchName. parse(String formattedString)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type BatchName Modifier and Type Method Description static List<BatchName>
BatchName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dataproc.v1 with parameters of type BatchName Modifier and Type Method Description void
BatchControllerClient. deleteBatch(BatchName name)
Deletes the batch workload resource.Batch
BatchControllerClient. getBatch(BatchName name)
Gets the batch workload resource representation.Method parameters in com.google.cloud.dataproc.v1 with type arguments of type BatchName Modifier and Type Method Description static List<String>
BatchName. toStringList(List<BatchName> values)
-