Interface BatchControllerGrpc.AsyncService

    • Method Detail

      • createBatch

        default void createBatch​(CreateBatchRequest request,
                                 io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Creates a batch workload that executes asynchronously.
         
      • getBatch

        default void getBatch​(GetBatchRequest request,
                              io.grpc.stub.StreamObserver<Batch> responseObserver)
         Gets the batch workload resource representation.
         
      • deleteBatch

        default void deleteBatch​(DeleteBatchRequest request,
                                 io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
         Deletes the batch workload resource. If the batch is not in terminal state,
         the delete fails and the response returns `FAILED_PRECONDITION`.