google-cloud-bigquery-storage-v1 0.2.1 → 0.2.2

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: 8a2fd2dae50772f81c0d7ac7f9bb91d31a53ae5de85f1446eae9b6a422451ff5
4
- data.tar.gz: 4dc33ffc503b2132fc39e8949e87cbdea6772d9338e67f3596c16846d1a25e7d
3
+ metadata.gz: 43d19b3d610e13d3a29f38a6bfe4912d1c53ad5818f57d30ce59cce9ad2d7831
4
+ data.tar.gz: a1c820f52d31c66955391ebef6be8163344e725b52774ceafb878d2301b29748
5
5
  SHA512:
6
- metadata.gz: 7413aad3b26e33f589dfbffacf104af97cda6bdc0a7518d8b4ac33735df32053fcbf1a812b93cc0b8ea300ffff94d2197823db2942faee2a466098dc328bd498
7
- data.tar.gz: b9a5ce9aebb17d83fdbdfd51f12952137c14b4cd256e354a2f8a1356fcb77ae9bde948aa1ba3fa588932de2a4a2588285f67a2ba7075b6d8b6b89d7e18f3dac3
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? :rpcs
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
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Storage
24
24
  module V1
25
- VERSION = "0.2.1"
25
+ VERSION = "0.2.2"
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-storage-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
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-05-26 00:00:00.000000000 Z
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.0.6
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