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."],["The `GetAppProfileRequest` class is a request message used to retrieve an app profile from a Bigtable instance, and it implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetAppProfileRequest` class has two constructors, one default and one that accepts another `GetAppProfileRequest` object."],["Key properties of `GetAppProfileRequest` include `AppProfileName`, which is a typed view of the app profile name, and `Name`, which represents the unique name of the requested app profile in a specific format."],["The webpage also provides a list of previous versions, ranging from version 3.24.0 (latest) down to version 2.4.0, where you can access previous references of `GetAppProfileRequest`."]]],[]]