Class: Google::Cloud::DataCatalog::Lineage::V1::SearchLinksResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

Returns The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

Returns:



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.

Returns:

  • (::String)

    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