google-cloud-bigquery-storage-v1 0.2.1 → 0.2.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 43d19b3d610e13d3a29f38a6bfe4912d1c53ad5818f57d30ce59cce9ad2d7831
|
|
4
|
+
data.tar.gz: a1c820f52d31c66955391ebef6be8163344e725b52774ceafb878d2301b29748
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd43fe7ec72516ee8cc78cdcca41f741377e5bda754bcc06ee503387288587387540a9b79a62b7879f342f469548736a3bbf38bf8f0372627019296c856824e2
|
|
7
|
+
data.tar.gz: 59106091d5359c87b4f3ddbf83fe631715d459cde23d60723b8a72e99e961fcaa5caee70ea382a3782ba6789b958214b87047a14ebc13db5ceac99c9ff39a0d8
|
|
@@ -541,7 +541,7 @@ module Google
|
|
|
541
541
|
def rpcs
|
|
542
542
|
@rpcs ||= begin
|
|
543
543
|
parent_rpcs = nil
|
|
544
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
544
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
545
545
|
Rpcs.new parent_rpcs
|
|
546
546
|
end
|
|
547
547
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-bigquery-storage-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
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-
|
|
11
|
+
date: 2020-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
199
199
|
- !ruby/object:Gem::Version
|
|
200
200
|
version: '0'
|
|
201
201
|
requirements: []
|
|
202
|
-
rubygems_version: 3.
|
|
202
|
+
rubygems_version: 3.1.3
|
|
203
203
|
signing_key:
|
|
204
204
|
specification_version: 4
|
|
205
205
|
summary: API Client library for the BigQuery Storage V1 API
|