Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::ListDocumentsResponse.
The response for Firestore.ListDocuments.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#documents
def documents() -> ::Array<::Google::Cloud::Firestore::V1::Document>
Returns
- (::Array<::Google::Cloud::Firestore::V1::Document>) — The Documents found.
#documents=
def documents=(value) -> ::Array<::Google::Cloud::Firestore::V1::Document>
Parameter
- value (::Array<::Google::Cloud::Firestore::V1::Document>) — The Documents found.
Returns
- (::Array<::Google::Cloud::Firestore::V1::Document>) — The Documents found.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token to retrieve the next page of documents.
If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token to retrieve the next page of documents.
If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — A token to retrieve the next page of documents.
If this field is omitted, there are no subsequent pages.