Class: Google::Cloud::Firestore::V1::ListDocumentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::ListDocumentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/firestore.rb
Overview
The response for Firestore.ListDocuments.
Instance Attribute Summary collapse
-
#documents ⇒ ::Array<::Google::Cloud::Firestore::V1::Document>
The Documents found.
-
#next_page_token ⇒ ::String
The next page token.
Instance Attribute Details
#documents ⇒ ::Array<::Google::Cloud::Firestore::V1::Document>
Returns The Documents found.
103 104 105 106 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 103 class ListDocumentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The next page token.
103 104 105 106 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 103 class ListDocumentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |