upsert_Pre method

Implementation

$async.Future<$4.PointsOperationResponse> upsert_Pre($grpc.ServiceCall $call, $async.Future<$4.UpsertPoints> $request) async {
  return upsert($call, await $request);
}