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 jobs in Google Cloud Dataproc."],["The latest version of the `UpdateJobRequest` documentation is version 5.17.0, and the content also includes documentation for prior versions, ranging from 5.16.0 to 3.1.0."],["The `UpdateJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["Key properties of `UpdateJobRequest` include `Job` (the job to be updated), `JobId`, `ProjectId`, `Region`, and `UpdateMask` (specifying which fields to update, currently only labels are updatable)."],["The page contains documentation pertaining to the construction of an UpdateJobRequest object, through the use of two constructors, a default constructor and one accepting another UpdateJobRequest object."]]],[]]