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 reference documentation for the `UpdateAssetRequest` class within the Google Cloud Dataplex V1 API, specifically for version 3.2.0."],["`UpdateAssetRequest` is a class used to update assets, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page details the constructors for `UpdateAssetRequest`, including a default constructor and one that accepts another `UpdateAssetRequest` object as a parameter."],["Key properties of the `UpdateAssetRequest` class include `Asset` (the asset description), `UpdateMask` (fields to be updated), and `ValidateOnly` (to perform validation without mutation)."],["The documentation lists various versions of the Google.Cloud.Dataplex.V1 API, ranging from 1.0.0 to 3.6.0 (the latest), accessible through the provided links."]]],[]]