google-cloud-bigquery-connection 1.0.0 → 1.0.1

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: a69589c79c24b887d0aa7d171310c166f624cfff40471d80e01d7f6e38c9f398
4
- data.tar.gz: 9c976236a11ae7402b0c0b1eae27300d24baec5dd0974c52684be39524213638
3
+ metadata.gz: 94f9f9757ff3070c9925694fc457cd2234a9a98d256fcc4c68fc1c2cfb006fd7
4
+ data.tar.gz: 2e77f691436d16f61db5d8a3dfd50643b7eadfc3547ff70b6a17de5698ea78c1
5
5
  SHA512:
6
- metadata.gz: 248c306ed59bd0ac20405186b58d1866c3e419ab4899398c163be793b0056602b02c3d1a291171c4732eda2d5ff31e3891e6f18cc554bd2ec4b101800ccf612b
7
- data.tar.gz: 0b84600e5332fff59d22a3f074966d297991227dfa95f033493f8d6b3defcd04fc6b3b789be78d60ea71b615b153f4f0aa371f658402dc724218d8e95857145a
6
+ metadata.gz: '09695b919a952649755bf940fa76b1ea98f7d8fb588ce56683fe3edb6c297108ce206642e0e2f7cdcd563a8e085233661412d02fda894afbdd2c402377e10575'
7
+ data.tar.gz: ee92f1412b7fe68d969298916c6197e0966f9088f92c1ab1efc102e101606509df4bd5f433573e9157b440642fe15864a0671d044598455c38c4af76b400eb69
@@ -89,8 +89,8 @@ module Google
89
89
  # The library version as recorded in instrumentation and logging.
90
90
  # * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
91
91
  # An array of interceptors that are run before calls are executed.
92
- # * `timeout` (*type:* `Integer`) -
93
- # Default timeout in milliseconds.
92
+ # * `timeout` (*type:* `Numeric`) -
93
+ # Default timeout in seconds.
94
94
  # * `metadata` (*type:* `Hash{Symbol=>String}`) -
95
95
  # Additional gRPC headers to be sent with the call.
96
96
  # * `retry_policy` (*type:* `Hash`) -
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigquery
23
23
  module Connection
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-connection
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-12-08 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-connection-v1
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  - !ruby/object:Gem::Version
184
184
  version: '0'
185
185
  requirements: []
186
- rubygems_version: 3.1.4
186
+ rubygems_version: 3.2.6
187
187
  signing_key:
188
188
  specification_version: 4
189
189
  summary: API Client library for the BigQuery Connection API