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 provided content details the `UpdateDataScanRequest` class within the Google Cloud Dataplex V1 API, specifically highlighting version 3.3.0 and its related versions."],["Version 3.6.0 is the latest version available, with a comprehensive list of past versions ranging from 3.5.0 to 1.0.0, allowing you to see all previous versions and their relevant information."],["The `UpdateDataScanRequest` class is used to update DataScan resources within the API and is derived from other base classes and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features three main properties: `DataScan` which is the resource to be updated, `UpdateMask` which specifies what fields to update, and `ValidateOnly` which allows you to validate the request without changing any data, which defaults to `false`."]]],[]]