Class: Google::Firestore::V1beta1::WriteResult
- Inherits:
-
Object
- Object
- Google::Firestore::V1beta1::WriteResult
- Defined in:
- lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/write.rb
Overview
The result of applying a write.
Instance Attribute Summary collapse
-
#transform_results ⇒ Array<Google::Firestore::V1beta1::Value>
The results of applying each DocumentTransform::FieldTransform, in the same order.
-
#update_time ⇒ Google::Protobuf::Timestamp
The last update time of the document after applying the write.
Instance Attribute Details
#transform_results ⇒ Array<Google::Firestore::V1beta1::Value>
Returns The results of applying each DocumentTransform::FieldTransform, in the same order.
120 |
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/write.rb', line 120 class WriteResult; end |
#update_time ⇒ Google::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.
120 |
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/write.rb', line 120 class WriteResult; end |