Class: Google::Firestore::V1beta1::WriteResult

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/write.rb

Overview

The result of applying a write.

Instance Attribute Summary collapse

Instance Attribute Details

#transform_resultsArray<Google::Firestore::V1beta1::Value>

Returns The results of applying each DocumentTransform::FieldTransform, in the same order.

Returns:



161
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/write.rb', line 161

class WriteResult; end

#update_timeGoogle::Protobuf::Timestamp

Returns The last update time of the document after applying the write. Not set after a delete.

If the write did not actually change the document, this will be the previous update_time.

Returns:

  • (Google::Protobuf::Timestamp)

    The last update time of the document after applying the write. Not set after a delete.

    If the write did not actually change the document, this will be the previous update_time.



161
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/write.rb', line 161

class WriteResult; end