Class: Google::Cloud::DataCatalog::V1::ListEntryGroupsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

Response message for ListEntryGroups.

Instance Attribute Summary collapse

Instance Attribute Details

#entry_groups::Array<::Google::Cloud::DataCatalog::V1::EntryGroup>

Returns Entry group details.

Returns:



265
266
267
268
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 265

class ListEntryGroupsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns 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.



265
266
267
268
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 265

class ListEntryGroupsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end