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 latest version of the `GetAppProfileRequest` documentation is 3.24.0, and the page contains links to versions going back to version 2.4.0."],["`GetAppProfileRequest` is a request message for `BigtableInstanceAdmin.GetAppProfile`, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes two constructors: a default constructor `GetAppProfileRequest()` and an overloaded constructor `GetAppProfileRequest(GetAppProfileRequest other)` that accepts another instance of `GetAppProfileRequest`."],["The class has two main properties, `AppProfileName` of type `AppProfileName`, and `Name`, which is a string representing the unique name of the requested app profile."],["This class is part of the `Google.Cloud.Bigtable.Admin.V2` namespace, and the documentation for all of the versions listed is included in the file `Google.Cloud.Bigtable.Admin.V2.dll`."]]],[]]