Class Google::Cloud::DataCatalog::V1::ListEntriesResponse (v0.9.1)

Response message for ListEntries.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entries

def entries() -> ::Array<::Google::Cloud::DataCatalog::V1::Entry>
Returns

#entries=

def entries=(value) -> ::Array<::Google::Cloud::DataCatalog::V1::Entry>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Pagination token of the next results page. Empty if there are no more items in results.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Pagination token of the next results page. Empty if there are no more items in results.
Returns
  • (::String) — Pagination token of the next results page. Empty if there are no more items in results.