public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessage
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 page details the `UpdateJobRequest` class within the `Google.Cloud.Dataproc.V1` namespace, used to submit requests for updating a job within Google Cloud Dataproc."],["The most recent version documented is 5.17.0, although this page is referencing version 4.0.0, which is one of many other documented versions, including all the way back to 3.1.0."],["`UpdateJobRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class includes properties such as `Job`, `JobId`, `ProjectId`, `Region`, and `UpdateMask`, which specify the changes, ID, project, region, and fields to update, respectively."],["The only field that can currently be updated within the `UpdateJobRequest` is `labels`, as specified by the `UpdateMask` property."]]],[]]