public sealed class UpdateAppProfileMetadata : IMessage<UpdateAppProfileMetadata>, IEquatable<UpdateAppProfileMetadata>, IDeepCloneable<UpdateAppProfileMetadata>, IBufferMessage, IMessage
The metadata for the Operation returned by 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 `UpdateAppProfileMetadata` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, specifically version 2.8.0."],["`UpdateAppProfileMetadata` is used to provide metadata for the operation returned by the `UpdateAppProfile` function and it inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page provides links to different versions of `UpdateAppProfileMetadata`, ranging from version 3.24.0 (latest) down to version 2.4.0, allowing you to select a specific version for the class."],["The class has two constructors, one default and the other taking another `UpdateAppProfileMetadata` object as a parameter for creating a new object from another one."],["Inherited members of the Object class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, are included for reference."]]],[]]