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 document provides reference documentation for the `UpdateDataScanRequest` class within the Google Cloud Dataplex V1 API, specifically version 2.14.0."],["The `UpdateDataScanRequest` class is used to update a DataScan resource, allowing for modifications to specific fields as defined by the `update_mask`."],["The latest version for Google Cloud Dataplex V1 is 3.6.0, but the provided content also includes documentation for past versions going as far back as 1.0.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the Google.Protobuf framework."],["Key properties of the `UpdateDataScanRequest` class include `DataScan` (the DataScan resource to update), `UpdateMask` (fields to update), and `ValidateOnly` (to validate the request without mutating)."]]],[]]