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
-
#force ⇒ ::Boolean
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Returns Optional. If set to true, any child resources of this data scan will also be deleted. (Otherwise, the request will only work if the data scan has no child resources.).
82 83 84 85 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 82 class DeleteDataScanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
82 83 84 85 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 82 class DeleteDataScanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |