Class: Google::Cloud::Dataplex::V1::DeleteDataScanRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DeleteDataScanRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/datascans.rb
Overview
Delete dataScan request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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.
77 78 79 80 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 77 class DeleteDataScanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |