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 for .NET, specifically starting from version 3.10.0."],["The `GetAppProfileRequest` class is used to structure requests for retrieving details of a specific app profile and is implemented with multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The available versions for reference range from 3.24.0 (latest) down to 2.4.0, with links provided for each version's documentation within the `GetAppProfileRequest` class."],["The `GetAppProfileRequest` class includes the `Name` property, which is a string representing the unique name of the requested app profile, formatted as `projects/{project}/instances/{instance}/appProfiles/{app_profile}`, and also includes an `AppProfileName` property which is a typed view over the name."]]],[]]