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:



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.

Returns:

  • (::String)

    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