Class: Google::Firestore::V1beta1::DocumentDelete
- Inherits:
-
Object
- Object
- Google::Firestore::V1beta1::DocumentDelete
- Defined in:
- lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/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
-
#document ⇒ String
The resource name of the Document that was deleted.
-
#read_time ⇒ Google::Protobuf::Timestamp
The read timestamp at which the delete was observed.
-
#removed_target_ids ⇒ Array<Integer>
A set of target IDs for targets that previously matched this entity.
Instance Attribute Details
#document ⇒ String
Returns The resource name of the Document that was deleted.
131 |
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/write.rb', line 131 class DocumentDelete; 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.
131 |
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/write.rb', line 131 class DocumentDelete; end |
#removed_target_ids ⇒ Array<Integer>
Returns A set of target IDs for targets that previously matched this entity.
131 |
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/write.rb', line 131 class DocumentDelete; end |