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 webpage provides documentation for the `GetAppProfileRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its usage in retrieving app profile information."],["It outlines the `GetAppProfileRequest` class's inheritance structure, including its implementation of interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the various versions of the API available for `GetAppProfileRequest`, ranging from version 3.24.0 (latest) down to version 2.4.0, each with its own documentation link."],["The `GetAppProfileRequest` class includes properties like `AppProfileName` and `Name`, which are essential for specifying the app profile to be retrieved."],["The documentation includes details on the constructors for the `GetAppProfileRequest` class, allowing for both parameterless initialization and initialization via an existing `GetAppProfileRequest` object."]]],[]]