Skip to content

Commit

Permalink
chore(billing): update FieldMask
Browse files Browse the repository at this point in the history
  • Loading branch information
SnhrK committed Sep 23, 2024
1 parent 43a254c commit 8aa022e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion billing/v1/billing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ message UpdateInvoiceServiceDiscountsRequest {

// Required. Indicates which fields in the provided InvoiceServiceDiscounts to update. Must be
// specified and non-empty.
google.protobuf.FieldMask update_mask = 3
google.protobuf.FieldMask updateMask = 3
[(google.api.field_behavior) = REQUIRED];
}

Expand Down

0 comments on commit 8aa022e

Please sign in to comment.