Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
roaminggypsy committed Sep 23, 2024
1 parent 2fd8a99 commit 98bc4dc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,25 +124,25 @@ message ListMeasurementsRequest {
//
// (-- api-linter: core::0140::prepositions=disabled
// api-linter: core::0142::time-field-names=disabled
// aip.dev/not-precedent: Make timestamp filter name consistent --)
// aip.dev/not-precedent: Structured filters are used instead of the AIP-160 filtering language --)
google.protobuf.Timestamp updated_after = 4;
// Filter for measurements that are updated before a certain timestamp
//
// (-- api-linter: core::0140::prepositions=disabled
// api-linter: core::0142::time-field-names=disabled
// aip.dev/not-precedent: Make timestamp filter name consistent --)
// aip.dev/not-precedent: Structured filters are used instead of the AIP-160 filtering language --)
google.protobuf.Timestamp updated_before = 8;
// Filter for measurements that are created before a certain timestamp
//
// (-- api-linter: core::0140::prepositions=disabled
// api-linter: core::0142::time-field-names=disabled
// aip.dev/not-precedent: Make timestamp filter name consistent --)
// aip.dev/not-precedent: Structured filters are used instead of the AIP-160 filtering language --)
google.protobuf.Timestamp created_before = 9;
// Filter for measurements that are created after a certain timestamp
//
// (-- api-linter: core::0140::prepositions=disabled
// api-linter: core::0142::time-field-names=disabled
// aip.dev/not-precedent: Make timestamp filter name consistent --)
// aip.dev/not-precedent: Structured filters are used instead of the AIP-160 filtering language --)
google.protobuf.Timestamp created_after = 10;
}
// Filter criteria.
Expand Down

0 comments on commit 98bc4dc

Please sign in to comment.