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-04-09 UTC."],[[["The `UpdateAssetRequest` class in the Google.Cloud.Dataplex.V1 API allows users to update asset descriptions and specific fields, as defined by the `update_mask`."],["Version 3.6.0 is the latest version available for the Google.Cloud.Dataplex.V1 API's `UpdateAssetRequest`, with a list of versions dating as far back as 1.0.0."],["The class `UpdateAssetRequest` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, extending its functionality and usage."],["There are two constructors for `UpdateAssetRequest`: a default constructor and a copy constructor, that copies the values of another `UpdateAssetRequest`."],["The class includes properties for `Asset`, `UpdateMask`, and `ValidateOnly`, allowing for detailed control over asset updates and the validation of requests before executing them."]]],[]]