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 send a request to update a job in Google Cloud Dataproc, with the ability to modify properties such as `Job`, `JobId`, `ProjectId`, `Region`, and `UpdateMask`."],["The `UpdateMask` property specifies which fields within the `Job` should be updated, with the current limitation that only the `labels` field can be modified."],["The document details the class's inheritance from `Object` and its implementation of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, along with inherited members and descriptions of its properties and constructors."],["The latest version covered in the listed documentation is 5.17.0, indicating that this is the most current version to refer to for updating jobs."]]],[]]