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 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, and requires a `DataScan` object and a `FieldMask` object to specify what to update."],["The API documentation includes information for the latest version (3.6.0) of `UpdateDataScanRequest`, as well as older versions going back to version 1.0.0."],["The `UpdateDataScanRequest` class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class provides constructors to create a new `UpdateDataScanRequest` or from an existing one, along with properties such as `DataScan`, `UpdateMask`, and `ValidateOnly` to manage the request."]]],[]]