Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::SearchLinksResponse.
Response message for SearchLinks.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#links
def links() -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::Link>
    Returns
    
  - (::Array<::Google::Cloud::DataCatalog::Lineage::V1::Link>) — The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).
 
#links=
def links=(value) -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::Link>
    Parameter
    
  - value (::Array<::Google::Cloud::DataCatalog::Lineage::V1::Link>) — The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).
 
    Returns
    
  - (::Array<::Google::Cloud::DataCatalog::Lineage::V1::Link>) — The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).
 
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - 
        (::String) — The token to specify as 
page_tokenin the subsequent call to get the next page. Omitted if there are no more pages in the response. 
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - 
        value (::String) — The token to specify as 
page_tokenin the subsequent call to get the next page. Omitted if there are no more pages in the response. 
    Returns
    
- 
        (::String) — The token to specify as 
page_tokenin the subsequent call to get the next page. Omitted if there are no more pages in the response.