google-apis-firestore_v1beta1 0.19.0 → 0.20.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: 59768085136e6cdf0d94df0ad866ca0fb7fafebcc3c31d06ab389e41922b7d80
4
- data.tar.gz: 07435cd9c22dd8810902bb93f17ce5bd82f89be41f6457424ac8c11119caeb95
3
+ metadata.gz: a965c08f5271e30bdb8848359387af64fcbbfada9598c4d9f333db03a0dd42ac
4
+ data.tar.gz: b160d815fb1143384a5ab23a4881f69bc17b40b2bdfec6ef013e1515c36d3038
5
5
  SHA512:
6
- metadata.gz: 4a56257b0051f85fb17883a694c76452d695b37313d15c331e36799d99c555ae8a6c301ce7c6e19ccf1dc4973f95542419c0ee559d03991d51913f3bfe62a030
7
- data.tar.gz: c28c1c420d0077588e4b79b4767fccdd6e21164159d1322eefb65cf7b2e64a7a0557afbca59376982026c020654e0dc76d3373a740b8108aa5f312b85bfd96a1
6
+ metadata.gz: fae237aaf6521534f40a5be6d7102f6e2c506c6efed19a4783bcbe40883b1ed57d4cd62b3964386cf4b7ee3e495a2d3cb391cf8eb060e77b52f78653f4c69769
7
+ data.tar.gz: 2d5dedebea489c4269e780f5ffb39b14e54bf346b82878f78a30afd44371b3f02e0796bd8cfa6618eafb351238479acd1707deeea5b034fe64290e0bd883f44d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firestore_v1beta1
2
2
 
3
+ ### v0.20.0 (2022-09-10)
4
+
5
+ * Regenerated from discovery document revision 20220831
6
+
3
7
  ### v0.19.0 (2022-08-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20220808
@@ -642,7 +642,7 @@ module Google
642
642
  class FieldFilter
643
643
  include Google::Apis::Core::Hashable
644
644
 
645
- # A reference to a field, such as `max(messages.time) as max_time`.
645
+ # A reference to a field in a document, ex: `stats.operations`.
646
646
  # Corresponds to the JSON property `field`
647
647
  # @return [Google::Apis::FirestoreV1beta1::FieldReference]
648
648
  attr_accessor :field
@@ -669,11 +669,12 @@ module Google
669
669
  end
670
670
  end
671
671
 
672
- # A reference to a field, such as `max(messages.time) as max_time`.
672
+ # A reference to a field in a document, ex: `stats.operations`.
673
673
  class FieldReference
674
674
  include Google::Apis::Core::Hashable
675
675
 
676
- #
676
+ # The relative path of the document being referenced. Requires: * Conform to
677
+ # document field name limitations.
677
678
  # Corresponds to the JSON property `fieldPath`
678
679
  # @return [String]
679
680
  attr_accessor :field_path
@@ -1451,7 +1452,7 @@ module Google
1451
1452
  # @return [String]
1452
1453
  attr_accessor :direction
1453
1454
 
1454
- # A reference to a field, such as `max(messages.time) as max_time`.
1455
+ # A reference to a field in a document, ex: `stats.operations`.
1455
1456
  # Corresponds to the JSON property `field`
1456
1457
  # @return [Google::Apis::FirestoreV1beta1::FieldReference]
1457
1458
  attr_accessor :field
@@ -1846,13 +1847,15 @@ module Google
1846
1847
  attr_accessor :from
1847
1848
 
1848
1849
  # The maximum number of results to return. Applies after all other constraints.
1849
- # Must be >= 0 if specified.
1850
+ # Requires: * The value must be greater than or equal to zero if specified.
1850
1851
  # Corresponds to the JSON property `limit`
1851
1852
  # @return [Fixnum]
1852
1853
  attr_accessor :limit
1853
1854
 
1854
- # The number of results to skip. Applies before limit, but after all other
1855
- # constraints. Must be >= 0 if specified.
1855
+ # The number of documents to skip before returning the first result. This
1856
+ # applies after the constraints specified by the `WHERE`, `START AT`, & `END AT`
1857
+ # but before the `LIMIT` clause. Requires: * The value must be greater than or
1858
+ # equal to zero if specified.
1856
1859
  # Corresponds to the JSON property `offset`
1857
1860
  # @return [Fixnum]
1858
1861
  attr_accessor :offset
@@ -2046,7 +2049,7 @@ module Google
2046
2049
  class UnaryFilter
2047
2050
  include Google::Apis::Core::Hashable
2048
2051
 
2049
- # A reference to a field, such as `max(messages.time) as max_time`.
2052
+ # A reference to a field in a document, ex: `stats.operations`.
2050
2053
  # Corresponds to the JSON property `field`
2051
2054
  # @return [Google::Apis::FirestoreV1beta1::FieldReference]
2052
2055
  attr_accessor :field
@@ -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.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220808"
25
+ REVISION = "20220831"
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.19.0
4
+ version: 0.20.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-08-22 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.20.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: []