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 `DeleteDataScanRequest` class, found in the `Google.Cloud.Dataplex.V1` namespace, is designed for requesting the deletion of a data scan within the Cloud Dataplex API, specifically within the context of the .NET environment."],["The latest version of the associated documentation is 3.6.0, with versions ranging down to 1.0.0 also provided for reference, all pertaining to the `DeleteDataScanRequest` class."],["The `DeleteDataScanRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for a variety of different functionalities, and inherits from the `object` class."],["A `DeleteDataScanRequest` object requires a `DataScanName` or a `Name` property, to identify the specific data scan to be deleted, within the project, location and data_scan_id."],["The class `DeleteDataScanRequest` has two constructors, one of which is a parameterless constructor, and the other one takes in another `DeleteDataScanRequest` as a parameter."]]],[]]