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."],[[["The latest version of the Google Cloud Bigtable Admin v2 API reference documentation is version 3.24.0, with version 3.14.0 being the base of the current page."],["This page provides documentation for the `GetAppProfileRequest` class, which is used to request information about an app profile in Google Cloud Bigtable."],["`GetAppProfileRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison within the API."],["The `GetAppProfileRequest` class has two constructors: a default constructor and one that takes another `GetAppProfileRequest` object as a parameter."],["The class has 2 main properties, the AppProfileName which is a typed view over the Name property, and the Name property which is a required unique string that contains the name of the requested app profile."]]],[]]