Class: Google::Cloud::Dataplex::V1::ListDataScansResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListDataScansResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/datascans.rb
Overview
List dataScans response.
Instance Attribute Summary collapse
-
#data_scans ⇒ ::Array<::Google::Cloud::Dataplex::V1::DataScan>
DataScans (
BASIC
view only) under the given parent location. -
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#data_scans ⇒ ::Array<::Google::Cloud::Dataplex::V1::DataScan>
Returns DataScans (BASIC
view only) under the given parent location.
150 151 152 153 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 150 class ListDataScansResponse 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.
150 151 152 153 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 150 class ListDataScansResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
150 151 152 153 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 150 class ListDataScansResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |