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: d3d784bd48a32193f19792d628f2b96a6b056bf47e86cbcbef652affddd07663
4
- data.tar.gz: 7dc3cb8f119289fe97a0943b5536aebb7c53b26dd37738e27d21739a8d5fbe03
3
+ metadata.gz: b21b9b6d3afa2d888d660b8caedde9f1d57bdc0a926582d2c38ce88d981c2a49
4
+ data.tar.gz: b333300e82a43e45f627570cdfcdacd594d1dc6b15f5ae55a99f0288cffbc832
5
5
  SHA512:
6
- metadata.gz: dbd724a02057f76bb7da275e8476a1abe587cdfcf9223e8c795ee88eb291361f2d10b3f4cecf30d85732baad76edec42488ae872f14c65c984b540f73f0d85e2
7
- data.tar.gz: 98eadfa34141b870d046df600e62b43014c9c376131c01a67cb8ab4d8494fa899f7402e952a647efccdebdd92920718ac6ca7f3fbc1be20114d0823cb6407199
6
+ metadata.gz: e62864548dcfe178f39544e392eaa5c1430a0d52f756027ccf4f56604319c9904bdabfb52c477ad5cc2b3caa11ee733661dbc552bc040055e5405ad41b6f6663
7
+ data.tar.gz: d7801241a73f0bfaf59c83d14e146cb1aff85abfc4b0bd4df43c0953a4440037966dd7d2844bc01cbff81c270438fa47f2d16a505e27101fc71eceb691ffbc71
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firestore_v1beta1
2
2
 
3
+ ### v0.44.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240713
6
+
3
7
  ### v0.43.0 (2024-06-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20240617
@@ -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.43.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 = "20240617"
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.43.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-06-23 00:00:00.000000000 Z
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.43.0
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: []