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-21 UTC."],[[["This webpage details the `GetAppProfileRequest` class, which is used to request information about a specific application profile in Google Cloud Bigtable."],["The latest version available is 3.24.0, while the page itself is documenting version 2.5.0, with a total of 31 listed versions available for reference."],["`GetAppProfileRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data cloning within the .NET environment."],["The class includes two constructors, a default one and another that accepts an existing `GetAppProfileRequest` object for creating copies."],["The `GetAppProfileRequest` class features two key properties: `AppProfileName`, which provides a typed view over the resource name, and `Name`, which holds the string representation of the app profile's unique identifier."]]],[]]