public sealed class UpdateAppProfileRequest : IMessage<UpdateAppProfileRequest>, IEquatable<UpdateAppProfileRequest>, IDeepCloneable<UpdateAppProfileRequest>, IBufferMessage, IMessage
Request message for BigtableInstanceAdmin.UpdateAppProfile.
[[["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."],[[["The page details the `UpdateAppProfileRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, which is used to send requests for updating app profiles."],["It lists available versions of the `Google.Cloud.Bigtable.Admin.V2` library, with the latest being version 3.24.0 and goes as low as version 2.4.0."],["The `UpdateAppProfileRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateAppProfileRequest` class includes properties like `AppProfile` (the new app profile data), `IgnoreWarnings` (a boolean to skip safety checks), and `UpdateMask` (to specify which fields to update)."],["There are two constructors for `UpdateAppProfileRequest`, one default and one to use an existing `UpdateAppProfileRequest` to create a new one."]]],[]]