Class: Google::Firestore::V1beta1::BatchGetDocumentsResponse
- Inherits:
-
Object
- Object
- Google::Firestore::V1beta1::BatchGetDocumentsResponse
- Defined in:
- lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb
Overview
The streamed response for Firestore::BatchGetDocuments.
Instance Attribute Summary collapse
-
#found ⇒ Google::Firestore::V1beta1::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::V1beta1::Document
Returns A document that was requested.
217 |
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 217 class BatchGetDocumentsResponse; end |
#missing ⇒ String
Returns A document name that was requested but does not exist. In the format: +projects/project_id/databases/database_id/documents/document_path+.
217 |
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 217 class BatchGetDocumentsResponse; end |
#read_time ⇒ Google::Protobuf::Timestamp
Returns The time at which the document was read. This may be monotically increasing, in this case the previous documents in the result stream are guaranteed not to have changed between their read_time and this one.
217 |
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 217 class BatchGetDocumentsResponse; end |
#transaction ⇒ String
Returns The transaction that was started as part of this request. Will only be set in the first response, and only if BatchGetDocumentsRequest#new_transaction was set in the request.
217 |
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 217 class BatchGetDocumentsResponse; end |