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, primarily focusing on its structure, properties, and usage for updating jobs."],["The `UpdateJobRequest` class is used to send requests for updating jobs and requires parameters such as `JobId`, `ProjectId`, and `Region`."],["The `UpdateJobRequest` class supports specifying changes to a job using the `Job` property, and the `UpdateMask` property, which currently only supports updating the `labels` field, to define what modifications are being made."],["The latest version available for `UpdateJobRequest` is 5.17.0, while this specific documentation page focuses on version 3.3.0, which is part of a series of versions including back to 3.1.0."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits methods from the `Object` class, showcasing its integration within the .NET framework and Google Cloud Protobuf libraries."]]],[]]