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 `UpdateAssetRequest` class in the Google Cloud Dataplex v1 API is used to send a request to update an asset, which is part of the Google.Cloud.Dataplex.V1 namespace."],["Version 3.6.0 is the latest version available for the `UpdateAssetRequest`, while version 2.7.0 is highlighted on this webpage."],["The `UpdateAssetRequest` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing it to be used in various contexts within the .NET environment."],["The `UpdateAssetRequest` class contains properties to modify an `Asset` and its corresponding `UpdateMask`, while also having the option to only `ValidateOnly` without commiting any changes."],["The webpage provides a comprehensive list of version history for `UpdateAssetRequest`, ranging from the latest version, 3.6.0, down to the initial release, 1.0.0."]]],[]]