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<CreateBatchRequest,Operation> |
BatchControllerClient.createBatchCallable()
Creates a batch workload that executes asynchronously.
|
OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata> |
BatchControllerClient.createBatchOperationCallable()
Creates a batch workload that executes asynchronously.
|
OperationCallSettings<CreateBatchRequest,Batch,BatchOperationMetadata> |
BatchControllerSettings.createBatchOperationSettings()
Returns the object with the settings used for calls to createBatch.
|
OperationCallSettings.Builder<CreateBatchRequest,Batch,BatchOperationMetadata> |
BatchControllerSettings.Builder.createBatchOperationSettings()
Returns the builder for the settings used for calls to createBatch.
|
UnaryCallSettings<CreateBatchRequest,Operation> |
BatchControllerSettings.createBatchSettings()
Returns the object with the settings used for calls to createBatch.
|
UnaryCallSettings.Builder<CreateBatchRequest,Operation> |
BatchControllerSettings.Builder.createBatchSettings()
Returns the builder for the settings used for calls to createBatch.
|
static MethodDescriptor<CreateBatchRequest,Operation> |
BatchControllerGrpc.getCreateBatchMethod() |
Parser<CreateBatchRequest> |
CreateBatchRequest.getParserForType() |
static Parser<CreateBatchRequest> |
CreateBatchRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Operation |
BatchControllerGrpc.BatchControllerBlockingStub.createBatch(CreateBatchRequest request)
Creates a batch workload that executes asynchronously.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
BatchControllerGrpc.BatchControllerFutureStub.createBatch(CreateBatchRequest request)
Creates a batch workload that executes asynchronously.
|
void |
BatchControllerGrpc.BatchControllerImplBase.createBatch(CreateBatchRequest request,
StreamObserver<Operation> responseObserver)
Creates a batch workload that executes asynchronously.
|
void |
BatchControllerGrpc.BatchControllerStub.createBatch(CreateBatchRequest request,
StreamObserver<Operation> responseObserver)
Creates a batch workload that executes asynchronously.
|
OperationFuture<Batch,BatchOperationMetadata> |
BatchControllerClient.createBatchAsync(CreateBatchRequest request)
Creates a batch workload that executes asynchronously.
|
CreateBatchRequest.Builder |
CreateBatchRequest.Builder.mergeFrom(CreateBatchRequest other) |
static CreateBatchRequest.Builder |
CreateBatchRequest.newBuilder(CreateBatchRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.