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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 32c10d7aab9178af6e55a4b9b085b32814db2d78cae2398bc149540cef410906
|
4
|
+
data.tar.gz: 3147814f57fedf140a6ed028871643aa14b490ed6be6f0288bba7630387889f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 152a91172b875256634e1bc457b17f44bdbfb26d8c6a1a1d75d56e0efe057759462b59aa06df34d15c1d090ea089220b1328d9ee819dfdf01543741628bd74d2
|
7
|
+
data.tar.gz: 64605d41b3d91e2513915b042027a087ece1150b3f0f4c5fcd1a0db60199fd1d893ed5679f31b0c4c2bda6a1f8750f836c04fcbbc5b0c7c42ba2b51cad0d0bf8
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|