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 page provides documentation for the `UpdateJobRequest` class within the Google Cloud Dataproc v1 API, detailing its usage and structure across multiple versions, from 3.1.0 to the latest 5.17.0."],["The `UpdateJobRequest` class is used to modify a job in Dataproc, requiring parameters such as `Job`, `JobId`, `ProjectId`, `Region`, and `UpdateMask`."],["Only the `labels` field of a job can currently be updated, which is specified using the `UpdateMask` property."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, comparison, deep cloning, and buffered message operations."],["The documentation includes details on the `UpdateJobRequest` class constructors, properties, and the inherited members, offering a comprehensive guide for developers working with the Google Cloud Dataproc v1 API."]]],[]]