Class: Google::Cloud::Firestore::V1::ListDocumentsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#documents::Array<::Google::Cloud::Firestore::V1::Document>

Returns The Documents found.

Returns:



133
134
135
136
# File 'proto_docs/google/firestore/v1/firestore.rb', line 133

class ListDocumentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns 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.



133
134
135
136
# File 'proto_docs/google/firestore/v1/firestore.rb', line 133

class ListDocumentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end