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 documentation for the `GetAppProfileRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET."],["The `GetAppProfileRequest` class is a request message used in the `BigtableInstanceAdmin.GetAppProfile` API operation, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class can be constructed via two methods, a parameterless constructor `GetAppProfileRequest()` and another constructor `GetAppProfileRequest(GetAppProfileRequest other)` accepting an existing `GetAppProfileRequest` object for cloning."],["The `GetAppProfileRequest` class contains two main properties: `AppProfileName`, which provides a typed view of the resource name, and `Name`, which is a string representing the unique name of the app profile being requested."],["The webpage also includes all the previous versions of the documentation, starting at version 3.0.0 and ending at the latest version 3.24.0."]]],[]]