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."],[[["This webpage details the `GetAppProfileRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, used for requesting a specific app profile in Bigtable."],["The latest version documented is 3.24.0, with previous versions from 3.23.0 down to 2.4.0 also listed for the `GetAppProfileRequest` class."],["The `GetAppProfileRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetAppProfileRequest` class features constructors and properties like `AppProfileName` (an `AppProfileName`-typed view) and `Name` (a string representing the resource name)."],["The webpage covers the usage, inheritance, and properties of the `GetAppProfileRequest` class, with links to the documentation for various versions of the `Google.Cloud.Bigtable.Admin.V2` library."]]],[]]