Class: Google::Cloud::Firestore::V1::DocumentDelete

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

Overview

A Document has been deleted.

May be the result of multiple writes, including updates, the last of which deleted the Document.

Multiple DocumentDelete messages may be returned for the same logical delete, if multiple targets are affected.

Instance Attribute Summary collapse

Instance Attribute Details

#document::String

Returns The resource name of the Document that was deleted.

Returns:

  • (::String)

    The resource name of the Document that was deleted.



231
232
233
234
# File 'proto_docs/google/firestore/v1/write.rb', line 231

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

#read_time::Google::Protobuf::Timestamp

Returns The read timestamp at which the delete was observed.

Greater or equal to the commit_time of the delete.

Returns:



231
232
233
234
# File 'proto_docs/google/firestore/v1/write.rb', line 231

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

#removed_target_ids::Array<::Integer>

Returns A set of target IDs for targets that previously matched this entity.

Returns:

  • (::Array<::Integer>)

    A set of target IDs for targets that previously matched this entity.



231
232
233
234
# File 'proto_docs/google/firestore/v1/write.rb', line 231

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