google-cloud-firestore 2.16.0 → 2.16.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8dea9a9e8d58a529a9f6bf340c431bf66879e2a36a36dbe2cc7d05ebe0089502
|
|
4
|
+
data.tar.gz: 4e5d12771131e41e26e60a60f91b671328b7c67693a0b64bae90a85ef88352e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 449ae77f39b03208566c241eb1cdcb947a9d569dc0c59a17715a881d0dd1d8293c4a65249622c16f3b41ea4add10b4145ed4475d1393d3f02cc0601eee7e12b1
|
|
7
|
+
data.tar.gz: 55ed57535d72da5c995f4aeb844ec471b90911c6622629a6aed833d1648d4001037170cfe0d493a80ea7341c1f24dfdbecd8c592c5448e53bcfedd665e8910a8
|
data/CHANGELOG.md
CHANGED
|
@@ -362,7 +362,7 @@ module Google
|
|
|
362
362
|
)
|
|
363
363
|
|
|
364
364
|
unless exists.nil? && update_time.nil?
|
|
365
|
-
write.current_document =
|
|
365
|
+
write.current_document =
|
|
366
366
|
Google::Cloud::Firestore::V1::Precondition.new({
|
|
367
367
|
exists: exists, update_time: time_to_timestamp(update_time)
|
|
368
368
|
}.compact)
|
|
@@ -493,12 +493,12 @@ module Google
|
|
|
493
493
|
new_start_at = new_query.end_at.dup
|
|
494
494
|
if new_end_at
|
|
495
495
|
new_end_at.before = !new_end_at.before
|
|
496
|
-
new_query.end_at = new_end_at
|
|
497
496
|
end
|
|
498
497
|
if new_start_at
|
|
499
498
|
new_start_at.before = !new_start_at.before
|
|
500
|
-
new_query.start_at = new_start_at
|
|
501
499
|
end
|
|
500
|
+
new_query.end_at = new_end_at
|
|
501
|
+
new_query.start_at = new_start_at
|
|
502
502
|
end
|
|
503
503
|
|
|
504
504
|
new_query.limit = Google::Protobuf::Int32Value.new value: num
|
|
@@ -746,11 +746,11 @@ module Google
|
|
|
746
746
|
##
|
|
747
747
|
# @private
|
|
748
748
|
def transaction_opt
|
|
749
|
-
read_only =
|
|
749
|
+
read_only =
|
|
750
750
|
Google::Cloud::Firestore::V1::TransactionOptions::ReadOnly.new \
|
|
751
751
|
read_time: service.read_time_to_timestamp(@read_time)
|
|
752
752
|
|
|
753
|
-
read_write =
|
|
753
|
+
read_write =
|
|
754
754
|
Google::Cloud::Firestore::V1::TransactionOptions::ReadWrite.new
|
|
755
755
|
|
|
756
756
|
if @previous_transaction
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-firestore
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.16.
|
|
4
|
+
version: 2.16.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google Inc
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: bigdecimal
|
|
@@ -148,7 +147,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/google-clo
|
|
|
148
147
|
licenses:
|
|
149
148
|
- Apache-2.0
|
|
150
149
|
metadata: {}
|
|
151
|
-
post_install_message:
|
|
152
150
|
rdoc_options: []
|
|
153
151
|
require_paths:
|
|
154
152
|
- lib
|
|
@@ -163,8 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
163
161
|
- !ruby/object:Gem::Version
|
|
164
162
|
version: '0'
|
|
165
163
|
requirements: []
|
|
166
|
-
rubygems_version: 3.
|
|
167
|
-
signing_key:
|
|
164
|
+
rubygems_version: 3.6.2
|
|
168
165
|
specification_version: 4
|
|
169
166
|
summary: API Client library for Google Cloud Firestore API
|
|
170
167
|
test_files: []
|