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 |
---|---|
OperationFuture<Batch,BatchOperationMetadata> |
BatchControllerClient.createBatchAsync(CreateBatchRequest request)
Creates a batch workload that executes asynchronously.
|
OperationFuture<Batch,BatchOperationMetadata> |
BatchControllerClient.createBatchAsync(LocationName parent,
Batch batch,
String batchId)
Creates a batch workload that executes asynchronously.
|
OperationFuture<Batch,BatchOperationMetadata> |
BatchControllerClient.createBatchAsync(String parent,
Batch batch,
String batchId)
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.
|
Parser<BatchOperationMetadata> |
BatchOperationMetadata.getParserForType() |
static Parser<BatchOperationMetadata> |
BatchOperationMetadata.parser() |
Modifier and Type | Method and Description |
---|---|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.mergeFrom(BatchOperationMetadata other) |
static BatchOperationMetadata.Builder |
BatchOperationMetadata.newBuilder(BatchOperationMetadata prototype) |
Modifier and Type | Method and Description |
---|---|
OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata> |
BatchControllerStub.createBatchOperationCallable() |
OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata> |
HttpJsonBatchControllerStub.createBatchOperationCallable() |
OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata> |
GrpcBatchControllerStub.createBatchOperationCallable() |
OperationCallSettings<CreateBatchRequest,Batch,BatchOperationMetadata> |
BatchControllerStubSettings.createBatchOperationSettings()
Returns the object with the settings used for calls to createBatch.
|
OperationCallSettings.Builder<CreateBatchRequest,Batch,BatchOperationMetadata> |
BatchControllerStubSettings.Builder.createBatchOperationSettings()
Returns the builder for the settings used for calls to createBatch.
|
Copyright © 2022 Google LLC. All rights reserved.