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