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
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
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 |