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."],[[["The content provides reference documentation for the `UpdateAssetRequest` class within the Google Cloud Dataplex V1 API, specifically for version 3.4.0, but also lists all versions from 1.0.0 to 3.6.0."],["`UpdateAssetRequest` is used to update assets within Google Cloud Dataplex, and it includes properties like `Asset`, `UpdateMask`, and `ValidateOnly`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["There are two constructors available for creating instances of the `UpdateAssetRequest` class, a default constructor, and one that takes another `UpdateAssetRequest` instance as an argument."],["The documentation details the properties of the class, including the data type, whether it is required, and the purpose of each property."]]],[]]