Class: Google::Cloud::Dataplex::V1::RunDataScanResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::RunDataScanResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/datascans.rb
Overview
Run DataScan Response.
Instance Attribute Summary collapse
-
#job ⇒ ::Google::Cloud::Dataplex::V1::DataScanJob
DataScanJob created by RunDataScan request.
Instance Attribute Details
#job ⇒ ::Google::Cloud::Dataplex::V1::DataScanJob
Returns DataScanJob created by RunDataScan request.
173 174 175 176 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 173 class RunDataScanResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |