Skip to content

Commit df65a43

Browse files
docs: [google-cloud-storagebatchoperations] update expected format of Job name field (#13833)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 750693042 Source-Link: googleapis/googleapis@889c457 Source-Link: googleapis/googleapis-gen@73a50f9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXN0b3JhZ2ViYXRjaG9wZXJhdGlvbnMvLk93bEJvdC55YW1sIiwiaCI6IjczYTUwZjk0NTJhNTY3NTVlZmE3MWRmY2I3MjBlZDdjNDNiNjllY2YifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Victor Chudnovsky <[email protected]>
1 parent dd4a1dc commit df65a43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/google-cloud-storagebatchoperations/google/cloud/storagebatchoperations_v1/types/storage_batch_operations_types.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ class Job(proto.Message):
5353
Attributes:
5454
name (str):
5555
Identifier. The resource name of the Job. job_id is unique
56-
within the project and location, that is either set by the
57-
customer or defined by the service. Format:
58-
projects/{project}/locations/{location}/jobs/{job_id} . For
59-
example: "projects/123456/locations/us-central1/jobs/job01".
56+
within the project, that is either set by the customer or
57+
defined by the service. Format:
58+
projects/{project}/locations/global/jobs/{job_id} . For
59+
example: "projects/123456/locations/global/jobs/job01".
6060
description (str):
6161
Optional. A description provided by the user
6262
for the job. Its max length is 1024 bytes when
@@ -449,7 +449,7 @@ class PutMetadata(proto.Message):
449449
content_type (str):
450450
Optional. Updates objects Content-Type fixed
451451
metadata. Unset values will be ignored.
452-
Set empty values to clear the metadata. Refer
452+
Set empty values to clear the metadata. Refer
453453
to documentation in
454454
https://cloud.google.com/storage/docs/metadata#content-type
455455

0 commit comments

Comments
 (0)