public sealed class GetProfileRequest : IMessage<GetProfileRequest>, IEquatable<GetProfileRequest>, IDeepCloneable<GetProfileRequest>, 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-05-30 UTC."],[[["The `GetProfileRequest` class is used to retrieve a specific profile within the Google Cloud Talent API, with the latest version being 3.0.0-beta06."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The `GetProfileRequest` class has two constructors: a default constructor and one that accepts another `GetProfileRequest` object as a parameter for copying."],["It includes properties such as `Name`, which is a required string representing the resource name of the profile to retrieve, and `ProfileName`, which is a typed view over the `Name` property."],["The `GetProfileRequest` class belongs to the `Google.Cloud.Talent.V4Beta1` namespace and is part of the `Google.Cloud.Talent.V4Beta1.dll` assembly."]]],[]]