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 for .NET, including its constructors, properties, and inherited members."],["The `GetAppProfileRequest` class is used to request a specific app profile and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers a range of versions from 3.0.0 up to the latest version 3.24.0, specifically highlighting `GetAppProfileRequest` as the class within the package `Google.Cloud.Bigtable.Admin.V2`."],["Key properties of the `GetAppProfileRequest` class include `AppProfileName`, which is a typed view of the app profile's name, and `Name`, a string representing the unique identifier of the requested app profile."],["The available constructors are shown, one being a default and the other taking in a copy of another `GetAppProfileRequest` object."]]],[]]