upsert_Pre method

Implementation

$async.Future<$3.PointsOperationResponseInternal> upsert_Pre($grpc.ServiceCall $call, $async.Future<$3.UpsertPointsInternal> $request) async {
  return upsert($call, await $request);
}