Skip to content

Commit

Permalink
docs: update description of Job uid field
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610543580
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 26, 2024
1 parent 2004f3d commit f6b39e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/batch/v1/job.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 f6b39e2

Please sign in to comment.