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-04-17 UTC."],[[["The `GetProfileRequest` class is used to retrieve a profile resource within the Google Cloud Talent API, and it is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["`GetProfileRequest` objects are constructed either with an empty constructor or by copying the properties of an existing `GetProfileRequest` object."],["The `Name` property, a required string field, specifies the resource name of the profile to be retrieved, following a specific format like \"projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}\"."],["The `ProfileName` property provides a typed view of the `Name` property, allowing for a structured way to interact with the profile resource name."]]],[]]