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."],[[["This webpage provides reference documentation for the `UpdateDataScanRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET development."],["The latest version available is 3.6.0, and the content lists all versions from 1.0.0 to 3.6.0 for `UpdateDataScanRequest`."],["The `UpdateDataScanRequest` class is used to update a DataScan resource, as evidenced by the `DataScan` property which is required for updates."],["The class implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable` and includes properties such as `UpdateMask` to specify which fields should be updated, and `ValidateOnly` to validate an update without performing it."],["The `UpdateDataScanRequest` class has two constructors, a default one and one that accepts another `UpdateDataScanRequest` instance to facilitate cloning or copying."]]],[]]