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 page details the `GetAppProfileRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, used for requesting an app profile in Bigtable."],["This document provides access to the different versions of the `GetAppProfileRequest`, ranging from version 2.4.0 up to the latest version 3.24.0."],["The `GetAppProfileRequest` class implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The class includes the properties `AppProfileName`, which is an `AppProfileName` typed view over the `Name` property, and the `Name` property itself, which represents the unique resource name of the requested app profile in the format `projects/{project}/instances/{instance}/appProfiles/{app_profile}`."],["The document outlines two constructors, one parameterless, and one accepting another `GetAppProfileRequest` as a parameter, facilitating creating new requests and cloning existing ones."]]],[]]