Class: Google::Firestore::V1::BatchGetDocumentsResponse
- Inherits:
-
Object
- Object
- Google::Firestore::V1::BatchGetDocumentsResponse
- Defined in:
- lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb
Overview
The streamed response for Firestore::BatchGetDocuments.
Instance Attribute Summary collapse
-
#found ⇒ Google::Firestore::V1::Document
A document that was requested.
-
#missing ⇒ String
A document name that was requested but does not exist.
-
#read_time ⇒ Google::Protobuf::Timestamp
The time at which the document was read.
-
#transaction ⇒ String
The transaction that was started as part of this request.
Instance Attribute Details
#found ⇒ Google::Firestore::V1::Document
207 |
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 207 class BatchGetDocumentsResponse; end |
#missing ⇒ String
207 |
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 207 class BatchGetDocumentsResponse; end |
#read_time ⇒ Google::Protobuf::Timestamp
207 |
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 207 class BatchGetDocumentsResponse; end |
#transaction ⇒ String
207 |
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 207 class BatchGetDocumentsResponse; end |