google-cloud-firestore-v1 0.4.7 → 0.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62325740368c5601ca1509059db3dc757c2dba27d51ff47daf96954f1bfd1a77
|
|
4
|
+
data.tar.gz: 89e2b9986a266b91722fd79ed1fc9e719b8a8d0284a10c9655197022ebbe84f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e23265ba4a87a5280c1d2e4bca98edd18f89acfc2fad1f21a658a6ca96a430befb15cd67ac1139812039c6b072aef3234bbbe5b239012f3de5dc82a2abab5d7
|
|
7
|
+
data.tar.gz: e2c41cb00c6957d0ee28a5c1c3c8db2702e842c21b9e0c6d03db97cbddae8a980ab1a8b022f01fcd99abce4b71995a58e99b2ae738af526b183864ce178118a0
|
|
@@ -110,7 +110,10 @@ module Google
|
|
|
110
110
|
# @!attribute [rw] filters
|
|
111
111
|
# @return [::Array<::Google::Cloud::Firestore::V1::StructuredQuery::Filter>]
|
|
112
112
|
# The list of filters to combine.
|
|
113
|
-
#
|
|
113
|
+
#
|
|
114
|
+
# Requires:
|
|
115
|
+
#
|
|
116
|
+
# * At least one filter is present.
|
|
114
117
|
class CompositeFilter
|
|
115
118
|
include ::Google::Protobuf::MessageExts
|
|
116
119
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -120,7 +123,7 @@ module Google
|
|
|
120
123
|
# Unspecified. This value must not be used.
|
|
121
124
|
OPERATOR_UNSPECIFIED = 0
|
|
122
125
|
|
|
123
|
-
#
|
|
126
|
+
# Documents are required to satisfy all of the combined filters.
|
|
124
127
|
AND = 1
|
|
125
128
|
end
|
|
126
129
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-firestore-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|