Class: Google::Cloud::Dataplex::V1::ListEntriesResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#entries::Array<::Google::Cloud::Dataplex::V1::Entry>

Returns The list of entries.

Returns:



928
929
930
931
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 928

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

#next_page_token::String

Returns Pagination token.

Returns:

  • (::String)

    Pagination token.



928
929
930
931
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 928

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