Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::WriteResult.
The result of applying a write.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#transform_results
def transform_results() -> ::Array<::Google::Cloud::Firestore::V1::Value>
- (::Array<::Google::Cloud::Firestore::V1::Value>) — The results of applying each DocumentTransform.FieldTransform, in the same order.
#transform_results=
def transform_results=(value) -> ::Array<::Google::Cloud::Firestore::V1::Value>
- value (::Array<::Google::Cloud::Firestore::V1::Value>) — The results of applying each DocumentTransform.FieldTransform, in the same order.
- (::Array<::Google::Cloud::Firestore::V1::Value>) — The results of applying each DocumentTransform.FieldTransform, in the same order.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
-
(::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.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp
-
value (::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.
-
(::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.