public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class UpdateJobRequest.
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 of the Google Cloud Talent Solution v4 API documented is 2.7.0, while the current page focuses on version 2.5.0, which is a previous version."],["The primary subject of this documentation is the `UpdateJobRequest` class, used for updating job information within the Google Cloud Talent Solution v4 API."],["`UpdateJobRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, and deep cloning."],["The `UpdateJobRequest` class has two properties, `Job` and `UpdateMask`, used to define the job to be updated and to specify which fields should be updated, respectively."],["There are several versions of this documentation available ranging from version 1.0.0 to the latest 2.7.0, all which contain information about the UpdateJobRequest class."]]],[]]