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 webpage details the `GetAppProfileRequest` class, which is a request message used in the BigtableInstanceAdmin to retrieve app profiles."],["The latest version available is 3.24.0, while the page specifically documents version 2.7.0 of the `GetAppProfileRequest`."],["The `GetAppProfileRequest` class inherits from Object and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAppProfileRequest` class has two properties: `AppProfileName` which is a typed view of the resource name, and `Name`, the unique identifier for the app profile being requested."],["Constructors are provided for creating new `GetAppProfileRequest` objects, both with no parameters and by copying an existing `GetAppProfileRequest`."]]],[]]