Skip to content

Commit

Permalink
Add missing parent field to CreateMeasurementRequest. (#135)
Browse files Browse the repository at this point in the history
This is a breaking change to comply with AIP-133.
  • Loading branch information
SanjayVas authored Jun 1, 2023
1 parent 38e6f0a commit c0234c8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ message GetMeasurementRequest {

// Request message for `CreateMeasurement` method.
message CreateMeasurementRequest {
// Resource name of the parent `MeasurementConsumer`. Required.
string parent = 3 [(google.api.resource_reference).type =
"halo.wfanet.org/MeasurementConsumer"];

// The `Measurement` to create. Required. The `name` field will be ignored,
// and the system will assign an ID.
Measurement measurement = 1;
Expand Down

0 comments on commit c0234c8

Please sign in to comment.