upsertItemBatch method

ResponseFuture<UpsertItemBatchResponse_> upsertItemBatch(
  1. UpsertItemBatchRequest_ request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$5.UpsertItemBatchResponse_> upsertItemBatch(
    $5.UpsertItemBatchRequest_ request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$upsertItemBatch, request, options: options);
}