Uses of Interface
com.google.cloud.dataproc.v1.BatchOrBuilder
-
Packages that use BatchOrBuilder Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of BatchOrBuilder in com.google.cloud.dataproc.v1
Classes in com.google.cloud.dataproc.v1 that implement BatchOrBuilder Modifier and Type Class Description class
Batch
A representation of a batch workload in the service.static class
Batch.Builder
A representation of a batch workload in the service.Methods in com.google.cloud.dataproc.v1 that return BatchOrBuilder Modifier and Type Method Description BatchOrBuilder
ListBatchesResponse.Builder. getBatchesOrBuilder(int index)
The batches from the specified collection.BatchOrBuilder
ListBatchesResponse. getBatchesOrBuilder(int index)
The batches from the specified collection.BatchOrBuilder
ListBatchesResponseOrBuilder. getBatchesOrBuilder(int index)
The batches from the specified collection.BatchOrBuilder
CreateBatchRequest.Builder. getBatchOrBuilder()
Required.BatchOrBuilder
CreateBatchRequest. getBatchOrBuilder()
Required.BatchOrBuilder
CreateBatchRequestOrBuilder. getBatchOrBuilder()
Required.Methods in com.google.cloud.dataproc.v1 that return types with arguments of type BatchOrBuilder Modifier and Type Method Description List<? extends BatchOrBuilder>
ListBatchesResponse.Builder. getBatchesOrBuilderList()
The batches from the specified collection.List<? extends BatchOrBuilder>
ListBatchesResponse. getBatchesOrBuilderList()
The batches from the specified collection.List<? extends BatchOrBuilder>
ListBatchesResponseOrBuilder. getBatchesOrBuilderList()
The batches from the specified collection.
-