lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb in google-cloud-firestore-1.2.2 vs lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb in google-cloud-firestore-1.2.3

- old
+ new

@@ -245,11 +245,12 @@ # # This i-th write result corresponds to the i-th write in the # request. # @!attribute [rw] commit_time # @return [Google::Protobuf::Timestamp] - # The time at which the commit occurred. + # The time at which the commit occurred. Any read with an equal or greater + # `read_time` is guaranteed to see the effects of the commit. class CommitResponse; end # The request for {Google::Firestore::V1::Firestore::Rollback Firestore::Rollback}. # @!attribute [rw] database # @return [String] @@ -379,10 +380,11 @@ # # This i-th write result corresponds to the i-th write in the # request. # @!attribute [rw] commit_time # @return [Google::Protobuf::Timestamp] - # The time at which the commit occurred. + # The time at which the commit occurred. Any read with an equal or greater + # `read_time` is guaranteed to see the effects of the write. class WriteResponse; end # A request for {Google::Firestore::V1::Firestore::Listen Firestore::Listen} # @!attribute [rw] database # @return [String] \ No newline at end of file