public sealed class UpdateAppProfileRequest : IMessage<UpdateAppProfileRequest>, IEquatable<UpdateAppProfileRequest>, IDeepCloneable<UpdateAppProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateAppProfileRequest.
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."],[[["This webpage provides reference documentation for the `UpdateAppProfileRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment, with the latest version being 3.24.0."],["The `UpdateAppProfileRequest` class is used to define the request message for the `BigtableInstanceAdmin.UpdateAppProfile` method."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation and comparison, it also inherits from `object`."],["Key properties of the `UpdateAppProfileRequest` class include `AppProfile`, `IgnoreWarnings`, and `UpdateMask`, which define the updated app profile, specify whether to ignore safety checks, and indicate which fields should be replaced respectively."],["The page also details the history of versions, going back to version 2.4.0, and links to the documentation for each of these specific versions, in the context of this specific class."]]],[]]