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 webpage details the `UpdateAssetRequest` class within the `Google.Cloud.Dataplex.V1` namespace, available across multiple versions, from 1.0.0 to the latest 3.6.0."],["`UpdateAssetRequest` is a class used to define requests for updating assets and it inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateAssetRequest` class includes properties like `Asset`, `UpdateMask`, and `ValidateOnly`, which are used to define the update operation, specifying the asset to be updated, the fields to modify, and whether the operation should be a validation only."],["The webpage's primary focus is on the documentation and available versions of the `UpdateAssetRequest`, and includes documentation of the properties and constructors of the `UpdateAssetRequest` class."]]],[]]