Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfucraig committed Jan 17, 2025
1 parent 90bb3e3 commit 5a3a609
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ message CreateBasicReportRequest {
// The BasicReport to create.
BasicReport basic_report = 3 [(google.api.field_behavior) = REQUIRED];

// A unique identifier for this request. Restricted to 36 ASCII characters.
// A random UUID is recommended.
// A unique identifier for this request.
// This request is only idempotent if a `request_id` is provided.
string request_id = 4 [
(google.api.field_info).format = UUID4,
Expand Down

0 comments on commit 5a3a609

Please sign in to comment.