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."],[[["The latest version available for `UpdateJobRequest` is 2.7.0, with version 2.0.0 being the primary focus of this documentation."],["`UpdateJobRequest` is a class designed for updating job details, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateJobRequest` class includes constructors for creating new instances and properties to handle updating a `Job` and a `FieldMask` to define which fields are to be modified."],["The class inherits from `Object` and uses members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, which are inherited from said `Object`."],["The `UpdateMask` property is highly recommended for use when updating a job, as it allows for specific fields to be updated instead of all of them."]]],[]]