Send feedback
Class UpdateJobRequest (5.4.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
UpdateJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A request to update a job.
Attributes
Name Description project_id
str
Required. The ID of the Google Cloud Platform
project that the job belongs to.
region
str
Required. The Dataproc region in which to
handle the request.
job_id
str
Required. The job ID.
job
google.cloud.dataproc_v1.types.Job
Required. The changes to the job.
update_mask
google.protobuf.field_mask_pb2.FieldMask
Required. Specifies the path, relative to Job, of the field
to update. For example, to update the labels of a Job the
update_mask parameter would be specified as labels, and the
PATCH
request body would specify the new value. Note:
Currently, labels is the only field that can be updated.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-03-27 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?