google-cloud-bigquery-connection-v1 0.2.0 → 0.2.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bfa457054a9d0898b63559d79e0447ce23c3ea05fac375a48ea452b62fb29e12
|
4
|
+
data.tar.gz: 9e005cbe88ac6d3a67c27ba97a0327b8a5fdac35505dd2319697a6021e2787ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 211077a7e82534bf40cbbf5a70b99cb8b9c0273f79f73557519d45632132757a9502970fa16fd7a1c2307c3bdbc790f12f7ac583e63e997d89fd75556edee657
|
7
|
+
data.tar.gz: bbbe9b6a8041efd756e1459f2e3091251a0ef33af42c4efe3968c0c19c6719905ef7d7e2b4449cfd60411a0485eef9e101ef3ba030ab4998070e3e995e217a15
|
@@ -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
|
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:
|
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.
|
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:
|
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.
|
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
|