Class BatchControllerGrpc.BatchControllerFutureStub (2.3.1)

public static final class BatchControllerGrpc.BatchControllerFutureStub extends AbstractFutureStub<BatchControllerGrpc.BatchControllerFutureStub>

The BatchController provides methods to manage batch workloads.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > BatchControllerGrpc.BatchControllerFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected BatchControllerGrpc.BatchControllerFutureStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
BatchControllerGrpc.BatchControllerFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createBatch(CreateBatchRequest request)

public ListenableFuture<Operation> createBatch(CreateBatchRequest request)

Creates a batch workload that executes asynchronously.

Parameter
NameDescription
requestCreateBatchRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Operation>

deleteBatch(DeleteBatchRequest request)

public ListenableFuture<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.

Parameter
NameDescription
requestDeleteBatchRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Empty>

getBatch(GetBatchRequest request)

public ListenableFuture<Batch> getBatch(GetBatchRequest request)

Gets the batch workload resource representation.

Parameter
NameDescription
requestGetBatchRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Batch>

listBatches(ListBatchesRequest request)

public ListenableFuture<ListBatchesResponse> listBatches(ListBatchesRequest request)

Lists batch workloads.

Parameter
NameDescription
requestListBatchesRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ListBatchesResponse>