google-apis-firestore_v1beta1 0.33.0 → 0.34.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: aae0a232d8df396c19747bd0ac8281cf3f1fd9410248df8048d2bfa7d434a836
4
- data.tar.gz: f39e0fc8f076b8a5daef6db65d65c2a03122841f9425ec05ba0a045396d45360
3
+ metadata.gz: 32c10d7aab9178af6e55a4b9b085b32814db2d78cae2398bc149540cef410906
4
+ data.tar.gz: 3147814f57fedf140a6ed028871643aa14b490ed6be6f0288bba7630387889f8
5
5
  SHA512:
6
- metadata.gz: 6e0ce11834d12fce8a486a61f54684b85f8442d3936d59d200bde2c40da5e82791443f2b6b3d69d7a499f9b16632ecb6cab0a49e6c230462052356a7fdc63fe6
7
- data.tar.gz: 0e5530f782c77ec5a24f7ff153cb4d1232c3eac7f33159741b2f9c3c7908ba211a2d909c862a9619083a258d73792bcd15cda0b3c885591b6bd8dd21a987aec1
6
+ metadata.gz: 152a91172b875256634e1bc457b17f44bdbfb26d8c6a1a1d75d56e0efe057759462b59aa06df34d15c1d090ea089220b1328d9ee819dfdf01543741628bd74d2
7
+ data.tar.gz: 64605d41b3d91e2513915b042027a087ece1150b3f0f4c5fcd1a0db60199fd1d893ed5679f31b0c4c2bda6a1f8750f836c04fcbbc5b0c7c42ba2b51cad0d0bf8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firestore_v1beta1
2
2
 
3
+ ### v0.34.0 (2023-10-08)
4
+
5
+ * Regenerated from discovery document revision 20231002
6
+
3
7
  ### v0.33.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230905
@@ -1871,7 +1871,8 @@ module Google
1871
1871
  # PartitionQuery request returns partition cursors A and B, running the
1872
1872
  # following three queries will return the entire result set of the original
1873
1873
  # query: * query, end_at A * query, start_at A, end_at B * query, start_at B An
1874
- # empty result may indicate that the query has too few results to be partitioned.
1874
+ # empty result may indicate that the query has too few results to be partitioned,
1875
+ # or that the query is not yet supported for partitioning.
1875
1876
  # Corresponds to the JSON property `partitions`
1876
1877
  # @return [Array<Google::Apis::FirestoreV1beta1::Cursor>]
1877
1878
  attr_accessor :partitions
@@ -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.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230905"
25
+ REVISION = "20231002"
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.33.0
4
+ version: 0.34.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: 2023-09-10 00:00:00.000000000 Z
11
+ date: 2023-10-08 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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.34.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: []