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 for .NET development."],["The `UpdateDataScanRequest` class is designed to handle requests for updating DataScan resources, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features properties such as `DataScan`, `UpdateMask`, and `ValidateOnly`, which are used to specify the DataScan to update, the fields to be modified, and whether to validate the request without performing the update."],["The provided content lists available versions of the `UpdateDataScanRequest`, starting with version 1.0.0 up to the latest version 3.6.0."],["There are two constructors available for the class which are: the default `UpdateDataScanRequest()`, and the constructor using another `UpdateDataScanRequest` object."]]],[]]