We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff4df0 commit a17ce76Copy full SHA for a17ce76
1 file changed
google/cloud/batch/v1alpha/job.proto
@@ -53,7 +53,7 @@ message Job {
53
// For example: "projects/123456/locations/us-central1/jobs/job01".
54
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
55
56
- // Output only. A system generated unique ID (in UUID4 format) for the Job.
+ // Output only. A system generated unique ID for the Job.
57
string uid = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
58
59
// Priority of the Job.
0 commit comments