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 within the Google Cloud Talent V4Beta1 API."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message support."],["The class has two constructors: a default one and another that accepts an `UpdateProfileRequest` object for creating a new request based on an existing one."],["The `UpdateProfileRequest` class has two key properties: `Profile`, which is the profile to be updated and is a required field, and `UpdateMask`, which specifies which profile fields should be updated, defaulting to a full update if unset."],["The latest version of the `UpdateProfileRequest` is `3.0.0-beta06`, and it inherits from the `Object` class."]]],[]]