google-cloud-bigquery-connection-v1 0.2.0 → 0.2.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: 50853e5210116caf388a82f3b1c7a1ffc849c1aed64a9f2a26d110d0b30dabe4
4
- data.tar.gz: b4b74e894719ac0c6ca9a5d3d4b70a7400b0321e4dd03147c7226d43131e10e5
3
+ metadata.gz: bfa457054a9d0898b63559d79e0447ce23c3ea05fac375a48ea452b62fb29e12
4
+ data.tar.gz: 9e005cbe88ac6d3a67c27ba97a0327b8a5fdac35505dd2319697a6021e2787ef
5
5
  SHA512:
6
- metadata.gz: 9dc7666a387a5a32c90d2f41ec174bb3a7a9afa7aead4681d7056d82b09ecedd797cdbc8db44cdddc371c54fdee4ff9f1bf5a3771886f6feb3b16ab570ea2109
7
- data.tar.gz: b6af25b8ca2b42836314431dcd46e68f282a76fb03ae2a34a15e96c6b723a6b5070fc6c5aecd80b97ab34c030ba313a5793a58ba713f3183713af5accd863a8d
6
+ metadata.gz: 211077a7e82534bf40cbbf5a70b99cb8b9c0273f79f73557519d45632132757a9502970fa16fd7a1c2307c3bdbc790f12f7ac583e63e997d89fd75556edee657
7
+ data.tar.gz: bbbe9b6a8041efd756e1459f2e3091251a0ef33af42c4efe3968c0c19c6719905ef7d7e2b4449cfd60411a0485eef9e101ef3ba030ab4998070e3e995e217a15
@@ -35,3 +35,6 @@ module Google
35
35
  end
36
36
  end
37
37
  end
38
+
39
+ helper_path = ::File.join __dir__, "v1", "_helpers.rb"
40
+ require "google/cloud/bigquery/connection/v1/_helpers" if ::File.file? helper_path
@@ -878,7 +878,7 @@ module Google
878
878
  # Each configuration object is of type `Gapic::Config::Method` and includes
879
879
  # the following configuration fields:
880
880
  #
881
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
881
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
882
882
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
883
883
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
884
884
  # include the following keys:
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Connection
24
24
  module V1
25
- VERSION = "0.2.0"
25
+ VERSION = "0.2.1"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-connection-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.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-10-14 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
@@ -220,7 +220,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
220
220
  - !ruby/object:Gem::Version
221
221
  version: '0'
222
222
  requirements: []
223
- rubygems_version: 3.1.4
223
+ rubygems_version: 3.2.6
224
224
  signing_key:
225
225
  specification_version: 4
226
226
  summary: API Client library for the BigQuery Connection V1 API