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.v4.UpdateJobRequest.update_mask] is provided, only the specified fields in
[job][google.cloud.talent.v4.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.v4.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-04-17 UTC."],[[["This webpage details the `UpdateJobRequest` class, which is used to update a job within the Google Cloud Talent V4 API."],["The `UpdateJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message processing and deep cloning."],["The class offers two constructors: a default constructor (`UpdateJobRequest()`) and a copy constructor (`UpdateJobRequest(UpdateJobRequest other)`)."],["The `Job` property is required when updating a job and can be set to any property of the `Job` class, while the `UpdateMask` property allows specific fields of the job to be targeted for updating, enhancing flexibility."],["The content page links various versions of the `UpdateJobRequest` class, ranging from version 1.0.0 up to the latest version 2.7.0, making it convenient to find the information needed."]]],[]]