Cloud Firestore V1 API - Class Google::Cloud::Firestore::V1::BatchGetDocumentsResponse (v0.4.8)

Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::BatchGetDocumentsResponse.

The streamed response for Firestore.BatchGetDocuments.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#found

def found() -> ::Google::Cloud::Firestore::V1::Document
Returns

#found=

def found=(value) -> ::Google::Cloud::Firestore::V1::Document
Parameter
Returns

#missing

def missing() -> ::String
Returns
  • (::String) — A document name that was requested but does not exist. In the format: projects/{project_id}/databases/{database_id}/documents/{document_path}.

#missing=

def missing=(value) -> ::String
Parameter
  • value (::String) — A document name that was requested but does not exist. In the format: projects/{project_id}/databases/{database_id}/documents/{document_path}.
Returns
  • (::String) — A document name that was requested but does not exist. In the format: projects/{project_id}/databases/{database_id}/documents/{document_path}.

#read_time

def read_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — 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.

#read_time=

def read_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — 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.
Returns
  • (::Google::Protobuf::Timestamp) — 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.

#transaction

def transaction() -> ::String
Returns

#transaction=

def transaction=(value) -> ::String
Parameter
Returns