Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfucraig committed Dec 20, 2024
1 parent 78065d7 commit 738472e
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,16 @@ message MeasurementSpec {
(google.api.field_behavior) = IMMUTABLE
];

// Metadata provided by the Reporting System.
// Metadata provided by the Reporting System that describes how the
// Measurement is being used.
message ReportingMetadata {
// The resource name of containing Report
// The resource name of containing `Report`
string report = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.field_behavior) = IMMUTABLE,
(google.api.resource_reference) = { type: "halo.wfanet.org/Report" }
];
// The resource name of the containing Metric
// The resource name of the containing `Metric`
string metric = 2 [
(google.api.field_behavior) = REQUIRED,
(google.api.field_behavior) = IMMUTABLE,
Expand Down

0 comments on commit 738472e

Please sign in to comment.