Class: Google::Cloud::DataCatalog::Lineage::V1::SearchLinksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::SearchLinksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Response message for SearchLinks.
Instance Attribute Summary collapse
-
#links ⇒ ::Array<::Google::Cloud::DataCatalog::Lineage::V1::Link>
The list of links for a given asset.
-
#next_page_token ⇒ ::String
The token to specify as
page_token
in the subsequent call to get the next page.
Instance Attribute Details
#links ⇒ ::Array<::Google::Cloud::DataCatalog::Lineage::V1::Link>
Returns The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).
598 599 600 601 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 598 class SearchLinksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The token to specify as page_token
in the subsequent call to get the next
page. Omitted if there are no more pages in the response.
598 599 600 601 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 598 class SearchLinksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |