google-cloud-bigquery-storage 1.0.0 → 1.0.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: 80d4860c6a79701fa8107534574902ed5f1d76a485aa3f36569a9deb3ec401d4
4
- data.tar.gz: 822fe44e21f0e34322d69d49303622466e1a4f3f43e8c84267ef24d139b4eb58
3
+ metadata.gz: acdb98925912141e565106793a054a285d064c735b1cee2b2bd15f2d4105d1f0
4
+ data.tar.gz: 754cb59505f1dd37356124d58eb22f58a0df3b6d7f71c97b791b9cf0dd336db6
5
5
  SHA512:
6
- metadata.gz: 05d7185b7a8e54b8cea0418d73a382cb1e722b626117e9c228f1adc6e7fc6aa1e0cceba4ef995b3654b9dd281e93b64c31011217f4b3274d5917773e1b41cfb3
7
- data.tar.gz: a71da0b8d93d747e5a6bc9501928453453bf30c054a009da60123662d4d7a1779b6a9efee1d552f9a6710a846f3618948489cf6f78c866fd038c760c26b5978a
6
+ metadata.gz: a66eccc3b8736f468cd127f7d22e0968e3f27b6943183e80faac80c2a6c0d0e846735a43695e9cee946dd6d6e6a9ff0cd20e336437423e3eb78808dbfa2dbc58
7
+ data.tar.gz: 73887ac95f5670ba6f005006cc3660add4b873074648c1be82e22e35bc8bdf35fba476cce6bc7eb15cbe968e51ceae80bd17dd460b4aab07f37d270610c94890
@@ -91,8 +91,8 @@ module Google
91
91
  # The library version as recorded in instrumentation and logging.
92
92
  # * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
93
93
  # An array of interceptors that are run before calls are executed.
94
- # * `timeout` (*type:* `Integer`) -
95
- # Default timeout in milliseconds.
94
+ # * `timeout` (*type:* `Numeric`) -
95
+ # Default timeout in seconds.
96
96
  # * `metadata` (*type:* `Hash{Symbol=>String}`) -
97
97
  # Additional gRPC headers to be sent with the call.
98
98
  # * `retry_policy` (*type:* `Hash`) -
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigquery
23
23
  module Storage
24
- VERSION = "1.0.0"
24
+ VERSION = "1.0.1"
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-bigquery-storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
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-06-25 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: google-cloud-bigquery-storage-v1
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  - !ruby/object:Gem::Version
183
183
  version: '0'
184
184
  requirements: []
185
- rubygems_version: 3.1.3
185
+ rubygems_version: 3.2.6
186
186
  signing_key:
187
187
  specification_version: 4
188
188
  summary: API Client library for the BigQuery Storage API