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
Instance Attribute Summary collapse
-
#entries ⇒ ::Array<::Google::Cloud::Dataplex::V1::Entry>
The list of entries.
-
#next_page_token ⇒ ::String
Pagination token.
Instance Attribute Details
#entries ⇒ ::Array<::Google::Cloud::Dataplex::V1::Entry>
Returns The list of entries.
939 940 941 942 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 939 class ListEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Pagination token.
939 940 941 942 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 939 class ListEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |