public sealed class UpdateApplicationRequest : IMessage<UpdateApplicationRequest>, IEquatable<UpdateApplicationRequest>, IDeepCloneable<UpdateApplicationRequest>, IBufferMessage, IMessage
Strongly recommended for the best service experience.
If [update_mask][google.cloud.talent.v4beta1.UpdateApplicationRequest.update_mask] is provided, only the specified fields in
[application][google.cloud.talent.v4beta1.UpdateApplicationRequest.application] are updated. Otherwise all the fields are updated.
A field mask to specify the application fields to be updated. Only
top level fields of [Application][google.cloud.talent.v4beta1.Application] 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 page provides documentation for the `UpdateApplicationRequest` class, which is used to request the update of an application resource within the Google Cloud Talent V4Beta1 API."],["The `UpdateApplicationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class includes two constructors: a default constructor, `UpdateApplicationRequest()`, and one that takes another `UpdateApplicationRequest` instance as a parameter for cloning, `UpdateApplicationRequest(UpdateApplicationRequest other)`."],["It contains two primary properties: `Application`, which is the resource to be updated, and `UpdateMask`, which specifies which fields of the application should be updated."],["There are three available versions of the `UpdateApplicationRequest` class with the most current being `3.0.0-beta06`, along with two previous versions, `3.0.0-beta05` and `2.0.0-beta07`."]]],[]]