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-03-25 UTC."],[[["This document provides reference documentation for the `RunDataScanRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.15.0."],["The `RunDataScanRequest` class is used to initiate an on-demand data scan and is accessible through various versions of the API, with version 3.6.0 being the latest."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, deep cloning, and buffer management."],["Key properties of the `RunDataScanRequest` class include `DataScanName` (a strongly-typed resource name) and `Name` (a string representing the resource path of the data scan)."],["The document details the class's constructors, such as the default constructor and one for cloning an existing `RunDataScanRequest` object, as well as the inherited members like `GetHashCode()` and `GetType()`."]]],[]]