public sealed class RunDataScanRequest : IMessage<RunDataScanRequest>, IEquatable<RunDataScanRequest>, IDeepCloneable<RunDataScanRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class RunDataScanRequest.
Required. The resource name of the DataScan:
projects/{project}/locations/{location_id}/dataScans/{data_scan_id}.
where project refers to a project_id or project_number and
location_id refers to a GCP region.
[[["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-04-09 UTC."],[[["This page provides reference documentation for the `RunDataScanRequest` class within the Google Cloud Dataplex v1 API, specifically for the .NET environment, with version 2.12.0 highlighted."],["The `RunDataScanRequest` class is used to manage on-demand data scans and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `RunDataScanRequest` object as a parameter, allowing for the creation of new instances with properties that can be copied from other instances."],["The class includes properties such as `DataScanName` (a typed view over the resource name) and `Name` (a string that represents the required resource name of the DataScan)."],["The available versions of the RunDataScanRequest class range from version 1.0.0 to 3.6.0, offering a wide scope of the classes' development."]]],[]]