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-03-21 UTC."],[[["This document describes the `UpdateApplicationRequest` class, which is used to request updates to a specified application in the Google Cloud Talent API's V4Beta1 version."],["The `UpdateApplicationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class offers two constructors: a default constructor and one that accepts another `UpdateApplicationRequest` object as a parameter."],["It has two main properties: `Application`, representing the application resource to be updated, and `UpdateMask`, which specifies which fields of the application should be updated."],["The class belongs to the `Google.Cloud.Talent.V4Beta1` namespace and is found within the `Google.Cloud.Talent.V4Beta1.dll` assembly."]]],[]]