google-apis-firestore_v1beta1 0.40.0 → 0.42.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: 05c200ca0496b12d915689e6b8b778739c58f15e6854f82cb865390648e1c380
|
4
|
+
data.tar.gz: 0474fffea738888264bcabf46b7cc1f0706b91a28c8ced23504709d888a5fb77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fe3d832511e8c5d4274b2e204e58e1013aee1f02028c4651604bb55c07e2f3df2b6cb9bd2701f751098bc83b047679d87304f75e76d3d8638f747e5df88e7b8
|
7
|
+
data.tar.gz: 78b44cc4225945d3777ad42ff81674971f3a98259d54b8e2b1428ad6265c9cc65cb3650606b6628e47b1c7d1d7ad819c0387dcb01b17b29478dda8b2038508dd
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-firestore_v1beta1
|
2
2
|
|
3
|
+
### v0.42.0 (2024-05-19)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.15.0
|
6
|
+
|
7
|
+
### v0.41.0 (2024-04-28)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240420
|
10
|
+
|
3
11
|
### v0.40.0 (2024-03-31)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240324
|
@@ -637,7 +637,10 @@ module Google
|
|
637
637
|
# A Document has changed. May be the result of multiple writes, including
|
638
638
|
# deletes, that ultimately resulted in a new value for the Document. Multiple
|
639
639
|
# DocumentChange messages may be returned for the same logical change, if
|
640
|
-
# multiple targets are affected.
|
640
|
+
# multiple targets are affected. For PipelineQueryTargets, `document` will be in
|
641
|
+
# the new pipeline format, For a Listen stream with both QueryTargets and
|
642
|
+
# PipelineQueryTargets present, if a document matches both types of queries,
|
643
|
+
# then a separate DocumentChange messages will be sent out one for each set.
|
641
644
|
class DocumentChange
|
642
645
|
include Google::Apis::Core::Hashable
|
643
646
|
|
@@ -1101,7 +1104,7 @@ module Google
|
|
1101
1104
|
class FindNearest
|
1102
1105
|
include Google::Apis::Core::Hashable
|
1103
1106
|
|
1104
|
-
# Required. The
|
1107
|
+
# Required. The distance measure to use, required.
|
1105
1108
|
# Corresponds to the JSON property `distanceMeasure`
|
1106
1109
|
# @return [String]
|
1107
1110
|
attr_accessor :distance_measure
|
@@ -1839,7 +1842,10 @@ module Google
|
|
1839
1842
|
# A Document has changed. May be the result of multiple writes, including
|
1840
1843
|
# deletes, that ultimately resulted in a new value for the Document. Multiple
|
1841
1844
|
# DocumentChange messages may be returned for the same logical change, if
|
1842
|
-
# multiple targets are affected.
|
1845
|
+
# multiple targets are affected. For PipelineQueryTargets, `document` will be in
|
1846
|
+
# the new pipeline format, For a Listen stream with both QueryTargets and
|
1847
|
+
# PipelineQueryTargets present, if a document matches both types of queries,
|
1848
|
+
# then a separate DocumentChange messages will be sent out one for each set.
|
1843
1849
|
# Corresponds to the JSON property `documentChange`
|
1844
1850
|
# @return [Google::Apis::FirestoreV1beta1::DocumentChange]
|
1845
1851
|
attr_accessor :document_change
|
@@ -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.42.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240420"
|
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.42.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: 2024-
|
11
|
+
date: 2024-05-26 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.
|
19
|
+
version: 0.15.0
|
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.
|
29
|
+
version: 0.15.0
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.42.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: []
|