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 BatchNameBatchName.Builder. build()static BatchNameBatchName. of(String project, String location, String batch)static BatchNameBatchName. 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 voidBatchControllerClient. deleteBatch(BatchName name)Deletes the batch workload resource.BatchBatchControllerClient. 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)
-