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 document provides reference documentation for the `GetAppProfileRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment, with the current version being 3.13.0."],["The `GetAppProfileRequest` class is used to define the request message for retrieving a Bigtable application profile, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAppProfileRequest` class includes properties like `AppProfileName` and `Name`, where `Name` is a string representing the unique resource name of the requested app profile in the format `projects/{project}/instances/{instance}/appProfiles/{app_profile}`."],["This class inherits methods from `object`, and provides two constructors: a default constructor and one that creates a copy from an existing `GetAppProfileRequest`."],["The current documentation provides details for the class `GetAppProfileRequest` and is one of many other versions as highlighted by the different version numbers such as 3.24.0 (latest), down to version 2.4.0."]]],[]]