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

Response message for ListEntryGroups.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entry_groups

def entry_groups() -> ::Array<::Google::Cloud::DataCatalog::V1::EntryGroup>
Returns

#entry_groups=

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

#next_page_token

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

#next_page_token=

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