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 webpage provides reference documentation for the `UpdateAssetRequest` class within the Google Cloud Dataplex V1 API, specifically version 2.14.0."],["The `UpdateAssetRequest` class is used to update assets in the Cloud Dataplex V1 API, allowing for modification of specific fields as determined by an update mask."],["The documentation covers the class's constructors, including a default constructor and a constructor that takes another `UpdateAssetRequest` object as a parameter, which is used for copying or creating a duplicate."],["The `UpdateAssetRequest` class contains properties such as `Asset` for the description of the update, `UpdateMask` for specifying which fields to modify, and `ValidateOnly` for verifying the request without executing it."],["The latest version of the API is 3.6.0, and the documentation includes links to previous versions of `UpdateAssetRequest`, ranging from version 1.0.0 to the latest version."]]],[]]