Class: Google::Cloud::Dataplex::V1::ListDataScanJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListDataScanJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/datascans.rb
Overview
List DataScanJobs response.
Instance Attribute Summary collapse
-
#data_scan_jobs ⇒ ::Array<::Google::Cloud::Dataplex::V1::DataScanJob>
DataScanJobs (
BASIC
view only) under a given dataScan. -
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#data_scan_jobs ⇒ ::Array<::Google::Cloud::Dataplex::V1::DataScanJob>
Returns DataScanJobs (BASIC
view only) under a given dataScan.
256 257 258 259 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 256 class ListDataScanJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
256 257 258 259 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 256 class ListDataScanJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |