google-cloud-phishing_protection 0.10.0 → 0.10.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4db57c341799632e372591c1dfe5399aa190c6147bb072f3f7c66531365f7af
|
4
|
+
data.tar.gz: 8d590970044f8566fa8a7bf3851170c3e38e3f7e051fc8bfa4fbfc9644d4f46c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8c43bc9fd52ff9df50fece4e7b05a78bcc7947c4db6c9199f1a7ce0965d98d551abdd896140511b89a133ea39e8f966b40d613efad68fc91afb962722d6f7f3
|
7
|
+
data.tar.gz: c00fd8c724a0e17c0efe3070d53069013f8f2b5b6442d070b7ab7f4dfb5bcfd6e7e234c70ff21e1ac5bdc9c1da9451751a095ab05d1e5a0bb26cae3242b89535
|
@@ -88,8 +88,8 @@ module Google
|
|
88
88
|
# The library version as recorded in instrumentation and logging.
|
89
89
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
90
90
|
# An array of interceptors that are run before calls are executed.
|
91
|
-
# * `timeout` (*type:* `
|
92
|
-
# Default timeout in
|
91
|
+
# * `timeout` (*type:* `Numeric`) -
|
92
|
+
# Default timeout in seconds.
|
93
93
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
94
94
|
# Additional gRPC headers to be sent with the call.
|
95
95
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-phishing_protection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -186,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
186
186
|
- !ruby/object:Gem::Version
|
187
187
|
version: '0'
|
188
188
|
requirements: []
|
189
|
-
rubygems_version: 3.
|
189
|
+
rubygems_version: 3.2.6
|
190
190
|
signing_key:
|
191
191
|
specification_version: 4
|
192
192
|
summary: API Client library for the Phishing Protection API
|