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."],[[["The latest version available for the `UpdateAppProfileRequest` is 3.24.0, and there are multiple versions available ranging from 3.24.0 down to 2.4.0."],["The `UpdateAppProfileRequest` class is a request message used for the `BigtableInstanceAdmin.UpdateAppProfile` function."],["The class `UpdateAppProfileRequest` inherits from `Object` and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `UpdateAppProfileRequest` class has constructors for default initialization and cloning from another `UpdateAppProfileRequest` instance."],["Key properties of `UpdateAppProfileRequest` include `AppProfile`, `IgnoreWarnings`, and `UpdateMask`, which are used to define the new configuration of the app profile, whether to ignore safety checks and the specific fields to be updated, respectively."]]],[]]