public sealed class UpdateAssetRequest : IMessage<UpdateAssetRequest>, IEquatable<UpdateAssetRequest>, IDeepCloneable<UpdateAssetRequest>, IBufferMessage, IMessage
[[["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 `UpdateAssetRequest` class is used to send requests for updating assets within Google Cloud Dataplex."],["Version 3.6.0 is the latest version available, with a history of versions ranging down to 1.0.0 for the `UpdateAssetRequest` resource."],["This class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateAssetRequest` class includes properties such as `Asset`, `UpdateMask`, and `ValidateOnly` to define the asset to update, the fields to modify, and whether to validate the update without applying it."],["This resource belongs to the `Google.Cloud.Dataplex.V1` namespace within the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]