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 within the .NET environment, and its various versions."],["The latest version available is 3.6.0, while the content also shows many previous versions dating back to 1.0.0."],["The `UpdateDataScanRequest` class, used for updating a DataScan resource, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DataScan`, `UpdateMask`, and `ValidateOnly`, which are essential for specifying the data scan to update, the fields to update, and whether to validate the request without making changes."],["The class also contains two constructors, one default and one that accepts another `UpdateDataScanRequest` object, both in order to instantiate it."]]],[]]