google-apis-firestore_v1 0.74.0 → 0.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4067a535a11c4e58b44861b62114cae3354cee14d29e603a6ea7e54d18183ffb
4
- data.tar.gz: 7cce767387e32eb02a08d55cabd840ea79e7d4cf54ef720be3bafd37584f1612
3
+ metadata.gz: 9a95a6283157fc2a123299c09ff982cecb55f6b0506f99d21d4dad50fc59128e
4
+ data.tar.gz: f9ed606ead34f5f83b5da91893196e34d19dd379aa2854a5c8e64b971d773924
5
5
  SHA512:
6
- metadata.gz: 4789f05cffbfcfadb8202b1b0ebc613fc7ee1cbf7cc7556baeff3bde2f09ff9cb8c29a84bd8e1bc4da2da7dbf4aa5d602aa48f9ef4d0293ef34581fedd443f61
7
- data.tar.gz: 29fe4bb19b7388c9df3acc6f0fff382ed30999cf12d3c7fecfc66815e9a4b00bf9ba6b450567035c4168a28c8af75c1f87731b469494d19d5ac2c5c9825f091c
6
+ metadata.gz: ba6d69f291afea7ffccaacd9c0feaa66176cf69285c04f81a416bb7df46d089812c8603380cf052602894048845424616808f66b290acaf4982ec584f913c9d4
7
+ data.tar.gz: b8699ca78e1898356a6a66d54760830bff9ffd24bb7e3ec5f3e8afbae0ba3fe26fb56899f7b36693cdc4e152bba0e51bdecd671cbf6b32165146030a573f1679
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firestore_v1
2
2
 
3
+ ### v0.75.0 (2025-03-16)
4
+
5
+ * Regenerated from discovery document revision 20250307
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.74.0 (2024-12-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20241204
@@ -1119,8 +1119,8 @@ module Google
1119
1119
  # will be returned. The behavior of the specified `distance_measure` will affect
1120
1120
  # the meaning of the distance threshold. Since DOT_PRODUCT distances increase
1121
1121
  # when the vectors are more similar, the comparison is inverted. * For EUCLIDEAN,
1122
- # COSINE: WHERE distance <= distance_threshold * For DOT_PRODUCT: WHERE
1123
- # distance >= distance_threshold
1122
+ # COSINE: `WHERE distance <= distance_threshold` * For DOT_PRODUCT: `WHERE
1123
+ # distance >= distance_threshold`
1124
1124
  # Corresponds to the JSON property `distanceThreshold`
1125
1125
  # @return [Float]
1126
1126
  attr_accessor :distance_threshold
@@ -3846,7 +3846,7 @@ module Google
3846
3846
  # the server after a target with `target_id=0` is added, the server will
3847
3847
  # immediately send a response with a `TargetChange::Remove` event. Note that if
3848
3848
  # the client sends multiple `AddTarget` requests without an ID, the order of IDs
3849
- # returned in `TargetChage.target_ids` are undefined. Therefore, clients should
3849
+ # returned in `TargetChange.target_ids` are undefined. Therefore, clients should
3850
3850
  # provide a target ID instead of relying on the server to assign one. If `
3851
3851
  # target_id` is non-zero, there must not be an existing active target on this
3852
3852
  # stream with the same ID.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirestoreV1
18
18
  # Version of the google-apis-firestore_v1 gem
19
- GEM_VERSION = "0.74.0"
19
+ GEM_VERSION = "0.75.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241204"
25
+ REVISION = "20250307"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firestore_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.74.0
4
+ version: 0.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-03-16 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.74.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.75.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Firestore API V1
82
79
  test_files: []