Cloud Firestore V1 API - Class Google::Cloud::Firestore::V1::ListDocumentsResponse (v0.5.0)

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

#documents=

def documents=(value) -> ::Array<::Google::Cloud::Firestore::V1::Document>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — The next page token.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — The next page token.
Returns
  • (::String) — The next page token.