google-cloud-bigquery-storage 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acdb98925912141e565106793a054a285d064c735b1cee2b2bd15f2d4105d1f0
|
4
|
+
data.tar.gz: 754cb59505f1dd37356124d58eb22f58a0df3b6d7f71c97b791b9cf0dd336db6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:* `
|
95
|
-
# Default timeout in
|
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`) -
|
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.
|
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:
|
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.
|
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
|