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-21 UTC."],[[["This webpage provides reference documentation for the `GetAppProfileRequest` class within the Google Cloud Bigtable Administration v2 API for .NET, including its constructors, properties, and inherited members."],["The `GetAppProfileRequest` class is used to request a specific app profile and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the documentation for the `GetAppProfileRequest`, ranging from version 3.24.0 (latest) down to version 2.4.0, alongside the current version being 3.18.0."],["The required property for the GetAppProfileRequest class is `Name`, which is the unique identifier for the requested app profile in the format of `projects/{project}/instances/{instance}/appProfiles/{app_profile}`."],["The class `GetAppProfileRequest` also holds a property called `AppProfileName`, which is a typed view over the `Name` property of the resource."]]],[]]