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 |
---|---|
UnaryCallable<GetBatchRequest,Batch> |
BatchControllerClient.getBatchCallable()
Gets the batch workload resource representation.
|
UnaryCallSettings<GetBatchRequest,Batch> |
BatchControllerSettings.getBatchSettings()
Returns the object with the settings used for calls to getBatch.
|
UnaryCallSettings.Builder<GetBatchRequest,Batch> |
BatchControllerSettings.Builder.getBatchSettings()
Returns the builder for the settings used for calls to getBatch.
|
static MethodDescriptor<GetBatchRequest,Batch> |
BatchControllerGrpc.getGetBatchMethod() |
Parser<GetBatchRequest> |
GetBatchRequest.getParserForType() |
static Parser<GetBatchRequest> |
GetBatchRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Batch |
BatchControllerGrpc.BatchControllerBlockingStub.getBatch(GetBatchRequest request)
Gets the batch workload resource representation.
|
com.google.common.util.concurrent.ListenableFuture<Batch> |
BatchControllerGrpc.BatchControllerFutureStub.getBatch(GetBatchRequest request)
Gets the batch workload resource representation.
|
Batch |
BatchControllerClient.getBatch(GetBatchRequest request)
Gets the batch workload resource representation.
|
void |
BatchControllerGrpc.BatchControllerImplBase.getBatch(GetBatchRequest request,
StreamObserver<Batch> responseObserver)
Gets the batch workload resource representation.
|
void |
BatchControllerGrpc.BatchControllerStub.getBatch(GetBatchRequest request,
StreamObserver<Batch> responseObserver)
Gets the batch workload resource representation.
|
GetBatchRequest.Builder |
GetBatchRequest.Builder.mergeFrom(GetBatchRequest other) |
static GetBatchRequest.Builder |
GetBatchRequest.newBuilder(GetBatchRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetBatchRequest,Batch> |
BatchControllerStub.getBatchCallable() |
UnaryCallable<GetBatchRequest,Batch> |
HttpJsonBatchControllerStub.getBatchCallable() |
UnaryCallable<GetBatchRequest,Batch> |
GrpcBatchControllerStub.getBatchCallable() |
UnaryCallSettings<GetBatchRequest,Batch> |
BatchControllerStubSettings.getBatchSettings()
Returns the object with the settings used for calls to getBatch.
|
UnaryCallSettings.Builder<GetBatchRequest,Batch> |
BatchControllerStubSettings.Builder.getBatchSettings()
Returns the builder for the settings used for calls to getBatch.
|
Copyright © 2022 Google LLC. All rights reserved.