Package com.google.cloud.dataproc.v1
Class BatchControllerGrpc.BatchControllerBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<BatchControllerGrpc.BatchControllerBlockingStub>
-
- com.google.cloud.dataproc.v1.BatchControllerGrpc.BatchControllerBlockingStub
-
- Enclosing class:
- BatchControllerGrpc
public static final class BatchControllerGrpc.BatchControllerBlockingStub extends io.grpc.stub.AbstractBlockingStub<BatchControllerGrpc.BatchControllerBlockingStub>
A stub to allow clients to do synchronous rpc calls to service BatchController.The BatchController provides methods to manage batch workloads.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BatchControllerGrpc.BatchControllerBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.longrunning.Operation
createBatch(CreateBatchRequest request)
Creates a batch workload that executes asynchronously.com.google.protobuf.Empty
deleteBatch(DeleteBatchRequest request)
Deletes the batch workload resource.Batch
getBatch(GetBatchRequest request)
Gets the batch workload resource representation.ListBatchesResponse
listBatches(ListBatchesRequest request)
Lists batch workloads.
-
-
-
Method Detail
-
build
protected BatchControllerGrpc.BatchControllerBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<BatchControllerGrpc.BatchControllerBlockingStub>
-
createBatch
public com.google.longrunning.Operation createBatch(CreateBatchRequest request)
Creates a batch workload that executes asynchronously.
-
getBatch
public Batch getBatch(GetBatchRequest request)
Gets the batch workload resource representation.
-
listBatches
public ListBatchesResponse listBatches(ListBatchesRequest request)
Lists batch workloads.
-
deleteBatch
public com.google.protobuf.Empty deleteBatch(DeleteBatchRequest request)
Deletes the batch workload resource. If the batch is not in terminal state, the delete fails and the response returns `FAILED_PRECONDITION`.
-
-