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 latest version of the `UpdateAssetRequest` class in the Google Cloud Dataplex V1 API is 3.6.0, with multiple prior versions available."],["The `UpdateAssetRequest` class is used to request updates to an asset within the Cloud Dataplex V1 API."],["It inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and has inherited members from the `object` class."],["The class has properties like `Asset`, `UpdateMask`, and `ValidateOnly`, which allow for the specification of the asset to be updated, the fields to update, and whether the update should only be validated."],["This class provides constructors to create an instance, either empty, or from a pre-existing `UpdateAssetRequest` object."]]],[]]