updateBatch method

ResponseFuture<UpdateBatchResponse> updateBatch(
  1. UpdateBatchPoints request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$4.UpdateBatchResponse> updateBatch($4.UpdateBatchPoints request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateBatch, request, options: options);
}