Class: Google::Cloud::Firestore::V1::WriteResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/firestore/v1/write.rb

Overview

The result of applying a write.

Instance Attribute Summary collapse

Instance Attribute Details

#transform_results::Array<::Google::Cloud::Firestore::V1::Value>

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

Returns:



182
183
184
185
# File 'proto_docs/google/firestore/v1/write.rb', line 182

class WriteResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.

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.



182
183
184
185
# File 'proto_docs/google/firestore/v1/write.rb', line 182

class WriteResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end