public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessage
Strongly recommended for the best service experience.
If [update_mask][google.cloud.talent.v4beta1.UpdateJobRequest.update_mask] is provided, only the specified fields in
[job][google.cloud.talent.v4beta1.UpdateJobRequest.job] are updated. Otherwise all the fields are updated.
A field mask to restrict the fields that are updated. Only
top level fields of [Job][google.cloud.talent.v4beta1.Job] are supported.
[[["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."],[[["The `UpdateJobRequest` class is used to request updates to a job within the Google Cloud Talent API."],["This class is part of the `Google.Cloud.Talent.V4Beta1` namespace in the `Google.Cloud.Talent.V4Beta1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from `Object`."],["It contains two key properties: `Job`, which is the job data to be updated, and `UpdateMask`, which specifies the fields to be updated."],["The latest version available is `3.0.0-beta06`, though the page focuses on version `2.0.0-beta07`."]]],[]]