Skip to content

Commit 889c457

Browse files
Google APIscopybara-github
authored andcommitted
docs: update expected format of Job name field
PiperOrigin-RevId: 750693042
1 parent 98297c5 commit 889c457

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google/cloud/storagebatchoperations/v1/storage_batch_operations_types.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ message Job {
6161
}
6262

6363
// 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
64+
// within the project, that is either set by the customer or
6565
// defined by the service. Format:
66-
// projects/{project}/locations/{location}/jobs/{job_id} .
67-
// For example: "projects/123456/locations/us-central1/jobs/job01".
66+
// projects/{project}/locations/global/jobs/{job_id} .
67+
// For example: "projects/123456/locations/global/jobs/job01".
6868
string name = 1 [(google.api.field_behavior) = IDENTIFIER];
6969

7070
// Optional. A description provided by the user for the job. Its max length is

0 commit comments

Comments
 (0)