Cloud Firestore V1 API - Class Google::Cloud::Firestore::V1::WriteResult (v0.9.0)

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>
Returns

#transform_results=

def transform_results=(value) -> ::Array<::Google::Cloud::Firestore::V1::Value>
Parameter
Returns

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
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.

#update_time=

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

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.