public sealed class DeleteDataScanRequest : IMessage<DeleteDataScanRequest>, IEquatable<DeleteDataScanRequest>, IDeepCloneable<DeleteDataScanRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteDataScanRequest.
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-21 UTC."],[[["The latest version of the `DeleteDataScanRequest` API is 3.6.0, but there are multiple older versions available for reference, ranging down to version 1.0.0."],["The `DeleteDataScanRequest` class is used to initiate a request to delete a data scan within the Cloud Dataplex v1 API."],["`DeleteDataScanRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations like comparison and cloning."],["This class has two constructors, `DeleteDataScanRequest()` for default initialization and `DeleteDataScanRequest(DeleteDataScanRequest other)` for copying from another `DeleteDataScanRequest` object."],["Key properties include `DataScanName`, which provides a typed view of the data scan resource name, and `Name`, which is a required string field representing the full resource name of the data scan to be deleted."]]],[]]