google-cloud-firestore-v1 0.2.2 → 0.2.3
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: 5fa4c85c23c2809ac27fa63ef61da2b07d4d205719ef192f7b73b6b6c7851964
|
4
|
+
data.tar.gz: 938bcbc90b50c7af65f440342f012fa7568e51a9d1762da3cbaa00538892a3d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5fd7dd55d3d76b361b72a7523719fb8a2f8f896ee30e149c137793cbaa4af4c0b1fb58986cd4ce55b74eb84baf2b1c4cf67a3b40ba1c7b2abf04a16c2bbfce0a
|
7
|
+
data.tar.gz: 342cd179ed0dffc21c87310e49c3b4eddd8235e55f57ca2ff1dbe97c9a83c11b3cbaadbeb96b2debde3f797f70589bd8e383866c7a0a65461ac8d21c381f2336
|
@@ -1554,7 +1554,7 @@ module Google
|
|
1554
1554
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
1555
1555
|
# the following configuration fields:
|
1556
1556
|
#
|
1557
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
1557
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
1558
1558
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
1559
1559
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
1560
1560
|
# include the following keys:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-firestore-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -207,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
207
207
|
- !ruby/object:Gem::Version
|
208
208
|
version: '0'
|
209
209
|
requirements: []
|
210
|
-
rubygems_version: 3.
|
210
|
+
rubygems_version: 3.2.6
|
211
211
|
signing_key:
|
212
212
|
specification_version: 4
|
213
213
|
summary: API Client library for the Cloud Firestore V1 API
|