Skip to content

docs: [google-cloud-storagebatchoperations] update expected format of Job name field #13833

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ class Job(proto.Message):
Attributes:
name (str):
Identifier. The resource name of the Job. job_id is unique
within the project and location, that is either set by the
customer or defined by the service. Format:
projects/{project}/locations/{location}/jobs/{job_id} . For
example: "projects/123456/locations/us-central1/jobs/job01".
within the project, that is either set by the customer or
defined by the service. Format:
projects/{project}/locations/global/jobs/{job_id} . For
example: "projects/123456/locations/global/jobs/job01".
description (str):
Optional. A description provided by the user
for the job. Its max length is 1024 bytes when
Expand Down Expand Up @@ -449,7 +449,7 @@ class PutMetadata(proto.Message):
content_type (str):
Optional. Updates objects Content-Type fixed
metadata. Unset values will be ignored.
Set empty values to clear the metadata. Refer
Set empty values to clear the metadata. Refer
to documentation in
https://cloud.google.com/storage/docs/metadata#content-type

Expand Down
Loading