Skip to content

Commit

Permalink
docs: Remove UUID specification in comment
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610659360
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 27, 2024
1 parent cff4df0 commit a17ce76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/batch/v1alpha/job.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ message Job {
// For example: "projects/123456/locations/us-central1/jobs/job01".
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];

// Output only. A system generated unique ID (in UUID4 format) for the Job.
// Output only. A system generated unique ID for the Job.
string uid = 2 [(google.api.field_behavior) = OUTPUT_ONLY];

// Priority of the Job.
Expand Down

0 comments on commit a17ce76

Please sign in to comment.