We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98297c5 commit 889c457Copy full SHA for 889c457
1 file changed
google/cloud/storagebatchoperations/v1/storage_batch_operations_types.proto
@@ -61,10 +61,10 @@ message Job {
61
}
62
63
// Identifier. The resource name of the Job. job_id is unique
64
- // within the project and location, that is either set by the customer or
+ // within the project, that is either set by the customer or
65
// defined by the service. Format:
66
- // projects/{project}/locations/{location}/jobs/{job_id} .
67
- // For example: "projects/123456/locations/us-central1/jobs/job01".
+ // projects/{project}/locations/global/jobs/{job_id} .
+ // For example: "projects/123456/locations/global/jobs/job01".
68
string name = 1 [(google.api.field_behavior) = IDENTIFIER];
69
70
// Optional. A description provided by the user for the job. Its max length is
0 commit comments