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-21 UTC."],[[["This webpage provides documentation for the `UpdateDataScanRequest` class within the Google Cloud Dataplex v1 API, including its constructors, properties, and implementation details."],["The `UpdateDataScanRequest` class is used to send a request to update a `DataScan` resource, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is for version 3.6.0, but the page also provides links to documentation for older versions, going back to version 1.0.0, allowing for the consultation of previous versions."],["The class includes properties such as `DataScan`, `UpdateMask`, and `ValidateOnly`, which are utilized to define the data to be updated, the fields to be modified, and whether to only validate the update."],["The two constructors provided allow to generate a blank new `UpdateDataScanRequest`, or make a copy of another `UpdateDataScanRequest` using a preexisting one."]]],[]]