public sealed class GetAppProfileRequest : IMessage<GetAppProfileRequest>, IEquatable<GetAppProfileRequest>, IDeepCloneable<GetAppProfileRequest>, IBufferMessage, IMessage
Request message for BigtableInstanceAdmin.GetAppProfile.
[[["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-25 UTC."],[[["The page provides documentation for the `GetAppProfileRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its usage in retrieving app profile information."],["It outlines the `GetAppProfileRequest` class's inheritance, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inheriting from Object."],["The page lists 31 versions of `GetAppProfileRequest`, with the latest being 3.24.0, followed by a descending order of all versions down to 2.4.0, each with links to their respective documentation."],["`GetAppProfileRequest` includes two constructors, one default and one that accepts another `GetAppProfileRequest` object as a parameter."],["The class has two properties: `AppProfileName`, which is a typed view over the `Name` property, and `Name`, which represents the unique identifier of the app profile in the format `projects/{project}/instances/{instance}/appProfiles/{app_profile}`."]]],[]]