public static final class BatchControllerGrpc.BatchControllerStub extends AbstractAsyncStub<BatchControllerGrpc.BatchControllerStub>The BatchController provides methods to manage batch workloads.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > BatchControllerGrpc.BatchControllerStubMethods
build(Channel channel, CallOptions callOptions)
protected BatchControllerGrpc.BatchControllerStub build(Channel channel, CallOptions callOptions)| Name | Description |
| channel | io.grpc.Channel |
| callOptions | io.grpc.CallOptions |
| Type | Description |
| BatchControllerGrpc.BatchControllerStub |
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createBatch(CreateBatchRequest request, StreamObserver<Operation> responseObserver)
public void createBatch(CreateBatchRequest request, StreamObserver<Operation> responseObserver)Creates a batch workload that executes asynchronously.
| Name | Description |
| request | CreateBatchRequest |
| responseObserver | io.grpc.stub.StreamObserver<Operation> |
deleteBatch(DeleteBatchRequest request, StreamObserver<Empty> responseObserver)
public void deleteBatch(DeleteBatchRequest request, StreamObserver<Empty> responseObserver) Deletes the batch workload resource. If the batch is not in terminal state,
the delete fails and the response returns FAILED_PRECONDITION.
| Name | Description |
| request | DeleteBatchRequest |
| responseObserver | io.grpc.stub.StreamObserver<Empty> |
getBatch(GetBatchRequest request, StreamObserver<Batch> responseObserver)
public void getBatch(GetBatchRequest request, StreamObserver<Batch> responseObserver)Gets the batch workload resource representation.
| Name | Description |
| request | GetBatchRequest |
| responseObserver | io.grpc.stub.StreamObserver<Batch> |
listBatches(ListBatchesRequest request, StreamObserver<ListBatchesResponse> responseObserver)
public void listBatches(ListBatchesRequest request, StreamObserver<ListBatchesResponse> responseObserver)Lists batch workloads.
| Name | Description |
| request | ListBatchesRequest |
| responseObserver | io.grpc.stub.StreamObserver<ListBatchesResponse> |