google-apis-firestore_v1beta1 0.43.0 → 0.44.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: b21b9b6d3afa2d888d660b8caedde9f1d57bdc0a926582d2c38ce88d981c2a49
|
4
|
+
data.tar.gz: b333300e82a43e45f627570cdfcdacd594d1dc6b15f5ae55a99f0288cffbc832
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e62864548dcfe178f39544e392eaa5c1430a0d52f756027ccf4f56604319c9904bdabfb52c477ad5cc2b3caa11ee733661dbc552bc040055e5405ad41b6f6663
|
7
|
+
data.tar.gz: d7801241a73f0bfaf59c83d14e146cb1aff85abfc4b0bd4df43c0953a4440037966dd7d2844bc01cbff81c270438fa47f2d16a505e27101fc71eceb691ffbc71
|
data/CHANGELOG.md
CHANGED
@@ -1100,7 +1100,10 @@ module Google
|
|
1100
1100
|
end
|
1101
1101
|
end
|
1102
1102
|
|
1103
|
-
# Nearest Neighbors search config.
|
1103
|
+
# Nearest Neighbors search config. The ordering provided by FindNearest
|
1104
|
+
# supersedes the order_by stage. If multiple documents have the same vector
|
1105
|
+
# distance, the returned document order is not guaranteed to be stable between
|
1106
|
+
# queries.
|
1104
1107
|
class FindNearest
|
1105
1108
|
include Google::Apis::Core::Hashable
|
1106
1109
|
|
@@ -2542,7 +2545,10 @@ module Google
|
|
2542
2545
|
# @return [Google::Apis::FirestoreV1beta1::Cursor]
|
2543
2546
|
attr_accessor :end_at
|
2544
2547
|
|
2545
|
-
# Nearest Neighbors search config.
|
2548
|
+
# Nearest Neighbors search config. The ordering provided by FindNearest
|
2549
|
+
# supersedes the order_by stage. If multiple documents have the same vector
|
2550
|
+
# distance, the returned document order is not guaranteed to be stable between
|
2551
|
+
# queries.
|
2546
2552
|
# Corresponds to the JSON property `findNearest`
|
2547
2553
|
# @return [Google::Apis::FirestoreV1beta1::FindNearest]
|
2548
2554
|
attr_accessor :find_nearest
|
@@ -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.44.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240713"
|
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.44.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-07-25 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.44.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: []
|