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."],[[["The content provides documentation for the `GetAppProfileRequest` class within the Google Cloud Bigtable Administration v2 API, covering versions from 2.4.0 to the latest 3.24.0."],["`GetAppProfileRequest` is a request message used for the `BigtableInstanceAdmin.GetAppProfile` method and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAppProfileRequest` class has two constructors: a parameterless constructor and one that accepts another `GetAppProfileRequest` object as an argument for copying."],["The `GetAppProfileRequest` class contains properties like `AppProfileName` (a typed view) and `Name` (a string), which represents the unique resource name of the requested app profile in the format `projects/{project}/instances/{instance}/appProfiles/{app_profile}`."],["The documentation also highlights inherited members from the `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]