public sealed class UpdateDataScanRequest : IMessage<UpdateDataScanRequest>, IEquatable<UpdateDataScanRequest>, IDeepCloneable<UpdateDataScanRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateDataScanRequest.
[[["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 `UpdateDataScanRequest` class in the Google Cloud Dataplex v1 API allows for updating DataScan resources, with version 3.6.0 being the latest, as well as many other prior version available, all the way down to 1.0.0."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["It has two constructors: a default one and another that accepts an `UpdateDataScanRequest` object as a parameter."],["The class contains properties like `DataScan` (the resource to be updated), `UpdateMask` (specifying which fields to update), and `ValidateOnly` (for request validation without mutations)."],["The namespace for this class is `Google.Cloud.Dataplex.V1`, and it is part of the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]