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 for .NET, including its constructors, properties, and inherited members."],["The latest available version is 3.24.0, with several previous versions from 3.23.0 all the way down to 2.4.0 available, with version 3.12.0 being the currently shown version."],["The `GetAppProfileRequest` class is a request message for `BigtableInstanceAdmin.GetAppProfile` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAppProfileRequest` class has two properties: `AppProfileName`, a typed view over the resource name, and `Name`, which represents the unique name of the requested app profile in the form of `projects/{project}/instances/{instance}/appProfiles/{app_profile}`."],["There are two listed constructors for the GetAppProfileRequest: The default GetAppProfileRequest() constructor, and a constructor accepting another GetAppProfileRequest as an argument: GetAppProfileRequest(GetAppProfileRequest other)."]]],[]]