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 details the `GetAppProfileRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, used for requesting a specific app profile from Bigtable."],["It lists available versions of the `GetAppProfileRequest` class, ranging from version 3.24.0 (latest) down to 2.4.0."],["The `GetAppProfileRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that accepts another `GetAppProfileRequest` object."],["The `GetAppProfileRequest` class has two properties `AppProfileName` which is a type of `AppProfileName` and `Name` which is of type `String`, required to provide a unique name of the requested app profile."]]],[]]