public sealed class UpdateProfileRequest : IMessage<UpdateProfileRequest>, IEquatable<UpdateProfileRequest>, IDeepCloneable<UpdateProfileRequest>, IBufferMessage, IMessage
[[["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 `UpdateProfileRequest` class is used to update a profile and is part of the `Google.Cloud.Talent.V4Beta1` namespace within the Google Cloud Talent API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality checks, deep cloning, and buffer message capabilities."],["`UpdateProfileRequest` includes properties for `Profile`, which is the profile to be updated, and `UpdateMask`, allowing for specification of the fields to be updated, or a full update if unset."],["There are two constructors available to initiate the class, a parameterless one and one that can clone another `UpdateProfileRequest`."],["The class inherits several members from the Object class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]