google-apis-firestore_v1beta1 0.40.0 → 0.41.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: d401c7fc2f4693f8488b418a5817a9130e9fd60ade25f16e50331a68844c7f5a
|
4
|
+
data.tar.gz: 45ac9d9c6c5824965c28d932b15230c47755de96e5710774aff76ff0aed51ed4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78e0e92691c20dd5bdbbdee3ca3e7ad13c1036c2e0d35fe08a0199ee4a7fe18c3222717634848cfb4c49100c0b255f15ba36beb5010c0c5ded40b61a0f1e02a4
|
7
|
+
data.tar.gz: 58efe7686f995ade7e6c614da240848d70b65a67bbdb8374ddc95f9870212fe9c570d6f98572b54f659da6c75601af683c3c0e12ec2b9e0ca952b05d8ba48ec9
|
data/CHANGELOG.md
CHANGED
@@ -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.41.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.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.41.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-04-28 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.41.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: []
|