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 webpage provides reference documentation for the `GetAppProfileRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment, with the current version being 3.9.0, however it documents versions from 2.4.0 all the way to 3.24.0, with the latter being the latest."],["The `GetAppProfileRequest` class is used to request information about a specific app profile, as part of the BigtableInstanceAdmin process."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The primary functionalities of this class revolve around its constructors, `GetAppProfileRequest()`, `GetAppProfileRequest(GetAppProfileRequest)`, and its two properties, `AppProfileName` and `Name`."],["The 'Name' property is required and represents the unique identifier for the requested app profile, formatted as `projects/{project}/instances/{instance}/appProfiles/{app_profile}`."]]],[]]