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 allows for updating an existing asset, with version 3.6.0 being the latest available version of the API."],["This request class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer-based operations."],["The `UpdateAssetRequest` class requires setting both the `Asset` property to describe the updated asset and the `UpdateMask` property to specify which fields should be updated."],["The `ValidateOnly` property allows for request validation without actually mutating any data, and it is optional with a default value of false."],["Multiple previous versions of the API, ranging from version 1.0.0 to 3.5.0, are available for use, aside from version 2.11.0 which is the current page."]]],[]]