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

Overview

List Entries response.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The list of entries under the given parent location.

Returns:



995
996
997
998
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 995

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

#next_page_token::String

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



995
996
997
998
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 995

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