google-apis-firestore_v1beta1 0.16.0 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 39bbc2d0ebd212c6693fab476b1f74612daf561fe04260e2e25b65ec3377579e
4
- data.tar.gz: 8bdbad979cc4b8b88c61e65b6de1bf99d21518ae086b628c9dfcd95b06b64275
3
+ metadata.gz: 59768085136e6cdf0d94df0ad866ca0fb7fafebcc3c31d06ab389e41922b7d80
4
+ data.tar.gz: 07435cd9c22dd8810902bb93f17ce5bd82f89be41f6457424ac8c11119caeb95
5
5
  SHA512:
6
- metadata.gz: 0c2d81cc4e6381d1e54a0d01e6ffdee91e24d34c71ce54df151248d9540195838aef80856491ab8cdc895bdd285ec1264c7233b58f33b1da43b16ec90d1f3aba
7
- data.tar.gz: a7a09b5929f2e938a2ca537f0f9fcc4bc18e59c386ef6a98b1a6ca6999c9480429a0f2631daff79ddfa29b8fcdbf46731c36c7611ce383301e9ae811923dfceb
6
+ metadata.gz: 4a56257b0051f85fb17883a694c76452d695b37313d15c331e36799d99c555ae8a6c301ce7c6e19ccf1dc4973f95542419c0ee559d03991d51913f3bfe62a030
7
+ data.tar.gz: c28c1c420d0077588e4b79b4767fccdd6e21164159d1322eefb65cf7b2e64a7a0557afbca59376982026c020654e0dc76d3373a740b8108aa5f312b85bfd96a1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-firestore_v1beta1
2
2
 
3
+ ### v0.19.0 (2022-08-21)
4
+
5
+ * Regenerated from discovery document revision 20220808
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.18.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.17.0 (2022-06-18)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.16.0 (2022-06-06)
4
17
 
5
18
  * Regenerated using generator version 0.5.0
@@ -1857,16 +1857,19 @@ module Google
1857
1857
  # @return [Fixnum]
1858
1858
  attr_accessor :offset
1859
1859
 
1860
- # The order to apply to the query results. Firestore guarantees a stable
1861
- # ordering through the following rules: * Any field required to appear in `
1862
- # order_by`, that is not already specified in `order_by`, is appended to the
1863
- # order in field name order by default. * If an order on `__name__` is not
1864
- # specified, it is appended by default. Fields are appended with the same sort
1865
- # direction as the last order specified, or 'ASCENDING' if no order was
1866
- # specified. For example: * `SELECT * FROM Foo ORDER BY A` becomes `SELECT *
1867
- # FROM Foo ORDER BY A, __name__` * `SELECT * FROM Foo ORDER BY A DESC` becomes `
1868
- # SELECT * FROM Foo ORDER BY A DESC, __name__ DESC` * `SELECT * FROM Foo WHERE A
1869
- # > 1` becomes `SELECT * FROM Foo WHERE A > 1 ORDER BY A, __name__`
1860
+ # The order to apply to the query results. Firestore allows callers to provide a
1861
+ # full ordering, a partial ordering, or no ordering at all. In all cases,
1862
+ # Firestore guarantees a stable ordering through the following rules: * The `
1863
+ # order_by` is required to reference all fields used with an inequality filter. *
1864
+ # All fields that are required to be in the `order_by` but are not already
1865
+ # present are appended in lexicographical ordering of the field name. * If an
1866
+ # order on `__name__` is not specified, it is appended by default. Fields are
1867
+ # appended with the same sort direction as the last order specified, or '
1868
+ # ASCENDING' if no order was specified. For example: * `ORDER BY a` becomes `
1869
+ # ORDER BY a ASC, __name__ ASC` * `ORDER BY a DESC` becomes `ORDER BY a DESC,
1870
+ # __name__ DESC` * `WHERE a > 1` becomes `WHERE a > 1 ORDER BY a ASC, __name__
1871
+ # ASC` * `WHERE __name__ > ... AND a > 1` becomes `WHERE __name__ > ... AND a >
1872
+ # 1 ORDER BY a ASC, __name__ ASC`
1870
1873
  # Corresponds to the JSON property `orderBy`
1871
1874
  # @return [Array<Google::Apis::FirestoreV1beta1::Order>]
1872
1875
  attr_accessor :order_by
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirestoreV1beta1
18
18
  # Version of the google-apis-firestore_v1beta1 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220428"
25
+ REVISION = "20220808"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firestore_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.19.0
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-06-13 00:00:00.000000000 Z
11
+ date: 2022-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []