public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class UpdateJobRequest.
Required. Specifies the path, relative to <code>Job</code>, of
the field to update. For example, to update the labels of a Job the
<code>update_mask</code> parameter would be specified as
<code>labels</code>, and the PATCH request body would specify the new
value. <strong>Note:</strong> Currently, <code>labels</code> is the only
field that can be updated.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `UpdateJobRequest` class within the Google Cloud Dataproc v1 API, spanning versions from 3.1.0 to the latest 5.17.0."],["The `UpdateJobRequest` class is used to update a job within the Google Cloud Dataproc environment and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateJobRequest` class include `Job`, `JobId`, `ProjectId`, `Region`, and `UpdateMask`, which are essential for defining the job to be updated and specifying the nature of the update."],["The `UpdateMask` property, which is essential for indicating the specific field that needs updating, currently supports updates to the `labels` field only."],["The different versions listed show the history of the updates for the class `UpdateJobRequest` in the Google Cloud Dataproc V1 API, allowing users to reference information pertinent to older and newer versions."]]],[]]