google-cloud-web_risk-v1 0.2.4 → 0.2.5
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: 3fa056ea8c46c89466acb12649d3eb74bca4cd05257690ecdeec8dd99dd0afc2
|
|
4
|
+
data.tar.gz: 5efaad265d89c04c81de5909b819857627e6e939022687196058ef926f7a0819
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a24216600a9ebb3ad97a9974ecde4eff34b67f4a58bc3d165925019f44ffd53e0ddc717adbe4f45debb582b4e793a6aca496e36510f495904141e19edd4dd58d
|
|
7
|
+
data.tar.gz: 3dd58496b9403fd3b95cf4bad09743a7947ca21df852b5f45cd64c7589d6d045cfc938d1b9e267907076d863d27cbef946f97acd8e00a84b17c530f9ceaaaf7b
|
|
@@ -536,7 +536,7 @@ module Google
|
|
|
536
536
|
|
|
537
537
|
config_attr :endpoint, "webrisk.googleapis.com", ::String
|
|
538
538
|
config_attr :credentials, nil do |value|
|
|
539
|
-
allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
539
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
540
540
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
|
541
541
|
allowed.any? { |klass| klass === value }
|
|
542
542
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-web_risk-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
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-08-
|
|
11
|
+
date: 2020-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|