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-04-09 UTC."],[[["This document provides reference information for the `UpdateDataScanRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET development."],["The `UpdateDataScanRequest` class is used to send requests to update a DataScan resource, which you can see listed are available from version 1.0.0 to 3.6.0 of the API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its capabilities and usage within the .NET framework."],["The `UpdateDataScanRequest` class has properties such as `DataScan`, `UpdateMask`, and `ValidateOnly` which allow developers to specify the data to update, the fields to modify, and whether the request should only be validated."],["There are two constructors available, a default constructor and one that accepts another `UpdateDataScanRequest` object as a parameter, enabling the cloning of objects."]]],[]]