Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::LookupEntryLinksResponse.
Response message for LookupEntryLinks.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entry_links
def entry_links() -> ::Array<::Google::Cloud::Dataplex::V1::EntryLink>
Returns
- (::Array<::Google::Cloud::Dataplex::V1::EntryLink>) — List of entry links that reference the specified entry.
#entry_links=
def entry_links=(value) -> ::Array<::Google::Cloud::Dataplex::V1::EntryLink>
Parameter
- value (::Array<::Google::Cloud::Dataplex::V1::EntryLink>) — List of entry links that reference the specified entry.
Returns
- (::Array<::Google::Cloud::Dataplex::V1::EntryLink>) — List of entry links that reference the specified entry.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.