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-21 UTC."],[[["This webpage details the `UpdateAppProfileRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for updating app profiles, with the latest version being 3.24.0."],["The `UpdateAppProfileRequest` class is used for requesting updates to app profiles in the Bigtable Instance Admin and is part of the Google Cloud .NET library, with versions ranging from 2.4.0 to 3.24.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The `UpdateAppProfileRequest` class includes properties such as `AppProfile`, `IgnoreWarnings`, and `UpdateMask`, which allow specification of the new app profile, whether to ignore safety checks, and which fields to update."],["The `UpdateAppProfileRequest` class offers two constructors, a default constructor and one allowing it to be made from another pre-existing `UpdateAppProfileRequest` object."]]],[]]