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 provided content outlines the `UpdateAssetRequest` class within the `Google.Cloud.Dataplex.V1` namespace, detailing its purpose for updating asset descriptions in the Dataplex service."],["There are multiple versions of `UpdateAssetRequest` available, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest release."],["The `UpdateAssetRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Asset`, `UpdateMask`, and `ValidateOnly`, enabling the user to define the asset to be updated, specify the fields to update, and opt for validation without mutation respectively."],["The class has 2 constructors, one is parameterless and the other taking another `UpdateAssetRequest` object as a parameter."]]],[]]