proto_docs/google/firestore/v1/write.rb in google-cloud-firestore-v1-0.8.0 vs proto_docs/google/firestore/v1/write.rb in google-cloud-firestore-v1-0.9.0
- old
+ new
@@ -75,12 +75,13 @@
extend ::Google::Protobuf::MessageExts::ClassMethods
# A transformation of a field of the document.
# @!attribute [rw] field_path
# @return [::String]
- # The path of the field. See {::Google::Cloud::Firestore::V1::Document#fields Document.fields} for the field path syntax
- # reference.
+ # The path of the field. See
+ # {::Google::Cloud::Firestore::V1::Document#fields Document.fields} for the field path
+ # syntax reference.
# @!attribute [rw] set_to_server_value
# @return [::Google::Cloud::Firestore::V1::DocumentTransform::FieldTransform::ServerValue]
# Sets the field to the given server value.
# @!attribute [rw] increment
# @return [::Google::Cloud::Firestore::V1::Value]
@@ -173,24 +174,26 @@
#
# If the write did not actually change the document, this will be the
# previous update_time.
# @!attribute [rw] transform_results
# @return [::Array<::Google::Cloud::Firestore::V1::Value>]
- # The results of applying each {::Google::Cloud::Firestore::V1::DocumentTransform::FieldTransform DocumentTransform.FieldTransform}, in the
- # same order.
+ # The results of applying each
+ # {::Google::Cloud::Firestore::V1::DocumentTransform::FieldTransform DocumentTransform.FieldTransform},
+ # in the same order.
class WriteResult
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
# A {::Google::Cloud::Firestore::V1::Document Document} has changed.
#
- # May be the result of multiple {::Google::Cloud::Firestore::V1::Write writes}, including deletes, that
- # ultimately resulted in a new value for the {::Google::Cloud::Firestore::V1::Document Document}.
+ # May be the result of multiple {::Google::Cloud::Firestore::V1::Write writes}, including
+ # deletes, that ultimately resulted in a new value for the
+ # {::Google::Cloud::Firestore::V1::Document Document}.
#
- # Multiple {::Google::Cloud::Firestore::V1::DocumentChange DocumentChange} messages may be returned for the same logical
- # change, if multiple targets are affected.
+ # Multiple {::Google::Cloud::Firestore::V1::DocumentChange DocumentChange} messages may be
+ # returned for the same logical change, if multiple targets are affected.
# @!attribute [rw] document
# @return [::Google::Cloud::Firestore::V1::Document]
# The new state of the {::Google::Cloud::Firestore::V1::Document Document}.
#
# If `mask` is set, contains only fields that were updated or added.
@@ -205,18 +208,20 @@
extend ::Google::Protobuf::MessageExts::ClassMethods
end
# A {::Google::Cloud::Firestore::V1::Document Document} has been deleted.
#
- # May be the result of multiple {::Google::Cloud::Firestore::V1::Write writes}, including updates, the
- # last of which deleted the {::Google::Cloud::Firestore::V1::Document Document}.
+ # May be the result of multiple {::Google::Cloud::Firestore::V1::Write writes}, including
+ # updates, the last of which deleted the
+ # {::Google::Cloud::Firestore::V1::Document Document}.
#
- # Multiple {::Google::Cloud::Firestore::V1::DocumentDelete DocumentDelete} messages may be returned for the same logical
- # delete, if multiple targets are affected.
+ # Multiple {::Google::Cloud::Firestore::V1::DocumentDelete DocumentDelete} messages may be
+ # returned for the same logical delete, if multiple targets are affected.
# @!attribute [rw] document
# @return [::String]
- # The resource name of the {::Google::Cloud::Firestore::V1::Document Document} that was deleted.
+ # The resource name of the {::Google::Cloud::Firestore::V1::Document Document} that was
+ # deleted.
# @!attribute [rw] removed_target_ids
# @return [::Array<::Integer>]
# A set of target IDs for targets that previously matched this entity.
# @!attribute [rw] read_time
# @return [::Google::Protobuf::Timestamp]
@@ -226,21 +231,24 @@
class DocumentDelete
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
- # A {::Google::Cloud::Firestore::V1::Document Document} has been removed from the view of the targets.
+ # A {::Google::Cloud::Firestore::V1::Document Document} has been removed from the view of
+ # the targets.
#
# Sent if the document is no longer relevant to a target and is out of view.
# Can be sent instead of a DocumentDelete or a DocumentChange if the server
# can not send the new value of the document.
#
- # Multiple {::Google::Cloud::Firestore::V1::DocumentRemove DocumentRemove} messages may be returned for the same logical
- # write or delete, if multiple targets are affected.
+ # Multiple {::Google::Cloud::Firestore::V1::DocumentRemove DocumentRemove} messages may be
+ # returned for the same logical write or delete, if multiple targets are
+ # affected.
# @!attribute [rw] document
# @return [::String]
- # The resource name of the {::Google::Cloud::Firestore::V1::Document Document} that has gone out of view.
+ # The resource name of the {::Google::Cloud::Firestore::V1::Document Document} that has
+ # gone out of view.
# @!attribute [rw] removed_target_ids
# @return [::Array<::Integer>]
# A set of target IDs for targets that previously matched this document.
# @!attribute [rw] read_time
# @return [::Google::Protobuf::Timestamp]
@@ -256,10 +264,11 @@
# @!attribute [rw] target_id
# @return [::Integer]
# The target ID to which this filter applies.
# @!attribute [rw] count
# @return [::Integer]
- # The total count of documents that match {::Google::Cloud::Firestore::V1::ExistenceFilter#target_id target_id}.
+ # The total count of documents that match
+ # {::Google::Cloud::Firestore::V1::ExistenceFilter#target_id target_id}.
#
# If different from the count of documents in the client that match, the
# client must manually determine which documents no longer match the target.
class ExistenceFilter
include ::Google::Protobuf::MessageExts