google-cloud-web_risk-v1beta1 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: ff993e90fa34557fce0d9aaabcbcf06cee1e1676d03f9f2f32eb916177d16039
|
|
4
|
+
data.tar.gz: 375080f7c2586412e0351a49a73ebd337122be63a04497617eebc4ac206292d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ac25639d85b4f433a842c1b6fa8902f2555b069864d94779813d3da191b2aa0962674488288d2cfa7a4d03874f6ab9a1f7c010b5b72457770926549690eb1e4
|
|
7
|
+
data.tar.gz: 7fc2205de1787eb69afa6b2921166f1728f26ae58d36c136a01aa6bf223542a3756278f1fde298077847767eda3d6907193b9bc0c3a8d3b5582469d65389b9f1
|
|
@@ -474,7 +474,7 @@ module Google
|
|
|
474
474
|
def rpcs
|
|
475
475
|
@rpcs ||= begin
|
|
476
476
|
parent_rpcs = nil
|
|
477
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
477
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
478
478
|
Rpcs.new parent_rpcs
|
|
479
479
|
end
|
|
480
480
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-web_risk-v1beta1
|
|
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
|
|
@@ -193,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
193
193
|
- !ruby/object:Gem::Version
|
|
194
194
|
version: '0'
|
|
195
195
|
requirements: []
|
|
196
|
-
rubygems_version: 3.
|
|
196
|
+
rubygems_version: 3.1.3
|
|
197
197
|
signing_key:
|
|
198
198
|
specification_version: 4
|
|
199
199
|
summary: API Client library for the Web Risk V1beta1 API
|