Class: Google::Cloud::Dataplex::V1::ListEntriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListEntriesResponse
- 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
-
#entries ⇒ ::Array<::Google::Cloud::Dataplex::V1::Entry>
The list of entries under the given parent location.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#entries ⇒ ::Array<::Google::Cloud::Dataplex::V1::Entry>
Returns The list of entries under the given parent location.
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.
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 |