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, which is used to request information about an app profile in Google Cloud Bigtable, with the latest available version being 3.24.0."],["The `GetAppProfileRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffered operations."],["It inherits from the `Object` class and includes methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, allowing for standard object-oriented functionalities."],["The class contains two constructors, one default and another that copies from another `GetAppProfileRequest` instance, providing flexibility in object creation."],["Key properties of this class include `AppProfileName` (a typed view of the resource name) and `Name` (a string representing the unique identifier of the app profile)."]]],[]]