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: 4ebf40d668a9641ffff046faf42b210e06953c3a2f15951edde70b1869a79f60
4
- data.tar.gz: e76cadfae696483c66ed75bc1f2cdc8fc8a19e5a179032c55d8f7ff48a9198aa
3
+ metadata.gz: 5fa4c85c23c2809ac27fa63ef61da2b07d4d205719ef192f7b73b6b6c7851964
4
+ data.tar.gz: 938bcbc90b50c7af65f440342f012fa7568e51a9d1762da3cbaa00538892a3d5
5
5
  SHA512:
6
- metadata.gz: c5a51239b0929bbd14b3fe30c4805cab42864b937c95cf5c535fc18f6b652ccf1a89b0b0920a63ccf845081cf4cd198577cd2ccb4f14970dfb950c4857f29bba
7
- data.tar.gz: 7942537e54702bc27f2e9a13c1aee3fe3f5f4af86d3ddd54536f66d06b5b8fa3c6b71f3c601fd118cb00fc8b7a6f7fbf8c24b9a8d5e8236626cf982f485b64d2
6
+ metadata.gz: 5fd7dd55d3d76b361b72a7523719fb8a2f8f896ee30e149c137793cbaa4af4c0b1fb58986cd4ce55b74eb84baf2b1c4cf67a3b40ba1c7b2abf04a16c2bbfce0a
7
+ data.tar.gz: 342cd179ed0dffc21c87310e49c3b4eddd8235e55f57ca2ff1dbe97c9a83c11b3cbaadbeb96b2debde3f797f70589bd8e383866c7a0a65461ac8d21c381f2336
@@ -33,3 +33,6 @@ module Google
33
33
  end
34
34
  end
35
35
  end
36
+
37
+ helper_path = ::File.join __dir__, "v1", "_helpers.rb"
38
+ require "google/cloud/firestore/v1/_helpers" if ::File.file? helper_path
@@ -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 milliseconds
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:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Firestore
23
23
  module V1
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.3"
25
25
  end
26
26
  end
27
27
  end
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.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: 2020-10-26 00:00:00.000000000 Z
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.1.4
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