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 document provides reference documentation for the `UpdateDataScanRequest` class within the Google Cloud Dataplex V1 API, specifically version 2.12.0 and includes the class's inheritance, interfaces and methods."],["The `UpdateDataScanRequest` class is used to update a DataScan resource, and only fields specified in the `update_mask` property are actually modified."],["The latest version of this class is 3.6.0, with the document containing links to previous versions that go back as far as version 1.0.0."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management, and also inherits from `object`."],["The `UpdateDataScanRequest` class has three main properties: `DataScan`, `UpdateMask`, and `ValidateOnly`, which are used for specifying the data scan to be updated, the fields to update, and whether to validate the request without actually performing the update, respectively."]]],[]]