No public description

PiperOrigin-RevId: 628448674
Change-Id: I484ce7625367fab2ae02e4d5d8299f847ce4c29e
diff --git a/src/pb/report_row.proto b/src/pb/report_row.proto
index 7fd23ce..11ace7e 100644
--- a/src/pb/report_row.proto
+++ b/src/pb/report_row.proto
@@ -48,15 +48,15 @@
 
   // The expected Root Mean Square Error (RMSE) for the `count` field.
   //
-  // This value will only be set for reports that have a privacy_level set that
-  // enables differential privacy for the report, and that use the Poisson
+  // This value will only be set for reports that have a privacy_mechanism set
+  // that enables differential privacy for the report, and that use the Poisson
   // privacy mechanism.
   double privacy_enabled_rms_error = 6;
 
   // The number of devices that have the report and could be reporting data.
   //
-  // This value will only be set for reports that have a privacy_level set that
-  // enables differential privacy for the report.
+  // This value will only be set for reports that have a privacy_mechanism set
+  // that enables differential privacy for the report.
   int64 privacy_enabled_device_count = 5;
 }
 
@@ -103,15 +103,15 @@
 
   // The expected Root Mean Square Error (RMSE) for the `count` field.
   //
-  // This value will only be set for reports that have a privacy_level set that
-  // enables differential privacy for the report, and that use the Poisson
+  // This value will only be set for reports that have a privacy_mechanism set
+  // that enables differential privacy for the report, and that use the Poisson
   // privacy mechanism.
   double privacy_enabled_rms_error = 9;
 
   // The number of devices that have the report and could be reporting data.
   //
-  // This value will only be set for reports that have a privacy_level set that
-  // enables differential privacy for the report.
+  // This value will only be set for reports that have a privacy_mechanism set
+  // that enables differential privacy for the report.
   int64 privacy_enabled_device_count = 8;
 }
 
@@ -168,15 +168,15 @@
   // The expected Root Mean Square Error (RMSE) for the `sum` and `count`
   // fields.
   //
-  // This value will only be set for reports that have a privacy_level set that
-  // enables differential privacy for the report, and that use the Poisson
+  // This value will only be set for reports that have a privacy_mechanism set
+  // that enables differential privacy for the report, and that use the Poisson
   // privacy mechanism.
   double privacy_enabled_rms_error = 7;
 
   // The number of devices that have the report and could be reporting data.
   //
-  // This value will only be set for reports that have a privacy_level set that
-  // enables differential privacy for the report.
+  // This value will only be set for reports that have a privacy_mechanism set
+  // that enables differential privacy for the report.
   int64 privacy_enabled_device_count = 6;
 }
 
@@ -255,15 +255,15 @@
 
   // The expected Root Mean Square Error (RMSE) for the statistics fields above.
   //
-  // This value will only be set for reports that have a privacy_level set that
-  // enables differential privacy for the report, and that use the Poisson
+  // This value will only be set for reports that have a privacy_mechanism set
+  // that enables differential privacy for the report, and that use the Poisson
   // privacy mechanism.
   double privacy_enabled_rms_error = 9;
 
   // The number of devices that have the report and could be reporting data.
   //
-  // This value will only be set for reports that have a privacy_level set that
-  // enables differential privacy for the report.
+  // This value will only be set for reports that have a privacy_mechanism set
+  // that enables differential privacy for the report.
   int64 privacy_enabled_device_count = 8;
 }
 
@@ -305,15 +305,15 @@
 
   // The expected Root Mean Square Error (RMSE) for the `count` field.
   //
-  // This value will only be set for reports that have a privacy_level set that
-  // enables differential privacy for the report, and that use the Poisson
+  // This value will only be set for reports that have a privacy_mechanism set
+  // that enables differential privacy for the report, and that use the Poisson
   // privacy mechanism.
   double privacy_enabled_rms_error = 7;
 
   // The number of devices that have the report and could be reporting data.
   //
-  // This value will only be set for reports that have a privacy_level set that
-  // enables differential privacy for the report.
+  // This value will only be set for reports that have a privacy_mechanism set
+  // that enables differential privacy for the report.
   int64 privacy_enabled_device_count = 6;
 }