google-cloud-bigquery-data_transfer-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: 00e6d36f99b7543c9640e8801dbbf410f398ca2396ffcf25c27629a613307388
|
|
4
|
+
data.tar.gz: 95b82741213409b91483f3b1adaa1c8f0beea3822d451664e10c2c65ff27d3a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 02c1834c866a56236b7a1fa13bc4629bed9aa731e301e5f382c77d77cec14018bc5ab86450f78835b03c7fd7cf57164225e3803b264c79d6a13a7c7bd99a6a6e
|
|
7
|
+
data.tar.gz: 8a881ccb496509e6a60bf20b04849fc6c5c6fd62e791a82f196f7cf9f8838c932ef76fb0345548b80f41d52c35b55344987eaf84e4d46b0d300cac96ddd6a986
|
|
@@ -1434,7 +1434,7 @@ module Google
|
|
|
1434
1434
|
def rpcs
|
|
1435
1435
|
@rpcs ||= begin
|
|
1436
1436
|
parent_rpcs = nil
|
|
1437
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
1437
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
1438
1438
|
Rpcs.new parent_rpcs
|
|
1439
1439
|
end
|
|
1440
1440
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-bigquery-data_transfer-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
|
|
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
203
203
|
- !ruby/object:Gem::Version
|
|
204
204
|
version: '0'
|
|
205
205
|
requirements: []
|
|
206
|
-
rubygems_version: 3.
|
|
206
|
+
rubygems_version: 3.1.3
|
|
207
207
|
signing_key:
|
|
208
208
|
specification_version: 4
|
|
209
209
|
summary: API Client library for the BigQuery Data Transfer Service V1 API
|