We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2004f3d commit f6b39e2Copy full SHA for f6b39e2
1 file changed
google/cloud/batch/v1/job.proto
@@ -42,7 +42,7 @@ message Job {
42
// For example: "projects/123456/locations/us-central1/jobs/job01".
43
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
44
45
- // Output only. A system generated unique ID (in UUID4 format) for the Job.
+ // Output only. A system generated unique ID for the Job.
46
string uid = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
47
48
// Priority of the Job.
0 commit comments