public sealed class GetAppProfileRequest : IMessage<GetAppProfileRequest>, IEquatable<GetAppProfileRequest>, IDeepCloneable<GetAppProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GetAppProfileRequest.
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 provides reference documentation for the `GetAppProfileRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment, with the most recent version of the documentation being 3.24.0."],["The `GetAppProfileRequest` class is used to request a specific application profile from the Bigtable instance admin, and implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAppProfileRequest` class has properties such as `AppProfileName` and `Name`, with `Name` representing the required unique identifier of the app profile, formatted as `projects/{project}/instances/{instance}/appProfiles/{app_profile}`."],["The webpage lists documentation for multiple previous versions of the API, ranging from version 2.4.0 up to the latest version 3.24.0, with a total of 31 different versions listed."],["The class inherits from object and has public constructors including a parameterless constructor and a constructor that accepts another GetAppProfileRequest instance."]]],[]]