Package | Description |
---|---|
com.google.cloud.dataproc.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.dataproc.v1.stub |
Modifier and Type | Method and Description |
---|---|
ListBatchesResponse |
BatchControllerGrpc.BatchControllerBlockingStub.listBatches(ListBatchesRequest request)
Lists batch workloads.
|
com.google.common.util.concurrent.ListenableFuture<ListBatchesResponse> |
BatchControllerGrpc.BatchControllerFutureStub.listBatches(ListBatchesRequest request)
Lists batch workloads.
|
BatchControllerClient.ListBatchesPagedResponse |
BatchControllerClient.listBatches(ListBatchesRequest request)
Lists batch workloads.
|
void |
BatchControllerGrpc.BatchControllerImplBase.listBatches(ListBatchesRequest request,
StreamObserver<ListBatchesResponse> responseObserver)
Lists batch workloads.
|
void |
BatchControllerGrpc.BatchControllerStub.listBatches(ListBatchesRequest request,
StreamObserver<ListBatchesResponse> responseObserver)
Lists batch workloads.
|
ListBatchesRequest.Builder |
ListBatchesRequest.Builder.mergeFrom(ListBatchesRequest other) |
static ListBatchesRequest.Builder |
ListBatchesRequest.newBuilder(ListBatchesRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<BatchControllerClient.ListBatchesPagedResponse> |
BatchControllerClient.ListBatchesPagedResponse.createAsync(PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context,
com.google.api.core.ApiFuture<ListBatchesResponse> futureResponse) |
protected BatchControllerClient.ListBatchesPage |
BatchControllerClient.ListBatchesPage.createPage(PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context,
ListBatchesResponse response) |
com.google.api.core.ApiFuture<BatchControllerClient.ListBatchesPage> |
BatchControllerClient.ListBatchesPage.createPageAsync(PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context,
com.google.api.core.ApiFuture<ListBatchesResponse> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.