Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfucraig committed Jan 16, 2025
1 parent c978397 commit 56fa07f
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 56fa07f

Please sign in to comment.