google-apis-firestore_v1 0.73.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: b0e2467718663b33c99fe738526809ce700cfb0ade4c3a9ae82a33fd03a23a95
4
- data.tar.gz: 8a93ce31f6ee7cfcfa5b00d679fd300132f2fd85fa1c62e8bf37717de3914fc9
3
+ metadata.gz: 9a95a6283157fc2a123299c09ff982cecb55f6b0506f99d21d4dad50fc59128e
4
+ data.tar.gz: f9ed606ead34f5f83b5da91893196e34d19dd379aa2854a5c8e64b971d773924
5
5
  SHA512:
6
- metadata.gz: 8e07afb949cdef5ef6bf639a941b128707bdfff495d0bb58d770a12714c0ce4da26cee54f5b5e499361c341c9a527e891dd2557120c8d83df28004fb9d3aa520
7
- data.tar.gz: ad71c15eb0de8691dd2e7b07d94930a857de571dbc1fb78b7fcae06dd71bd926882a4b88a6d0cadaefdfd6d06db4df9fd9afc44b01bc458b3b57860d0f6f62b8
6
+ metadata.gz: ba6d69f291afea7ffccaacd9c0feaa66176cf69285c04f81a416bb7df46d089812c8603380cf052602894048845424616808f66b290acaf4982ec584f913c9d4
7
+ data.tar.gz: b8699ca78e1898356a6a66d54760830bff9ffd24bb7e3ec5f3e8afbae0ba3fe26fb56899f7b36693cdc4e152bba0e51bdecd671cbf6b32165146030a573f1679
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.74.0 (2024-12-15)
9
+
10
+ * Regenerated from discovery document revision 20241204
11
+
3
12
  ### v0.73.0 (2024-11-03)
4
13
 
5
14
  * Regenerated from discovery document revision 20241018
@@ -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.73.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 = "20241018"
25
+ REVISION = "20250307"
26
26
  end
27
27
  end
28
28
  end
@@ -1559,8 +1559,8 @@ module Google
1559
1559
  # Clients can use Operations.GetOperation or other methods to check whether the
1560
1560
  # cancellation succeeded or whether the operation completed despite cancellation.
1561
1561
  # On successful cancellation, the operation is not deleted; instead, it becomes
1562
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
1563
- # corresponding to `Code.CANCELLED`.
1562
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
1563
+ # , corresponding to `Code.CANCELLED`.
1564
1564
  # @param [String] name
1565
1565
  # The name of the operation resource to be cancelled.
1566
1566
  # @param [Google::Apis::FirestoreV1::GoogleLongrunningCancelOperationRequest] google_longrunning_cancel_operation_request_object
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.73.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-11-03 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.73.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.21
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: []