public sealed class UpdateAssetRequest : IMessage<UpdateAssetRequest>, IEquatable<UpdateAssetRequest>, IDeepCloneable<UpdateAssetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateAssetRequest.
[[["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 page provides documentation for the `UpdateAssetRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.13.0."],["The `UpdateAssetRequest` class is used to update assets in the Dataplex environment and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties that are necessary for updating an asset, such as `Asset` which holds the update description, `UpdateMask` which defines the fields that are to be updated, and `ValidateOnly` which allows for checking the validity of the update without performing it."],["The page also contains a list of all the versions that have been released, starting from version 1.0.0 up to the most recent version, 3.6.0."]]],[]]