google-cloud-phishing_protection-v1beta1 0.15.1 → 0.16.0
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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/phishing_protection/v1beta1/phishing_protection_service/client.rb +2 -0
- data/lib/google/cloud/phishing_protection/v1beta1/phishing_protection_service/rest/client.rb +2 -0
- data/lib/google/cloud/phishing_protection/v1beta1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cdc82d9b9f1620866929b75d39e6821772e2101e090ef22d67ad49b4e7a3b5f0
|
|
4
|
+
data.tar.gz: 7b94e06fcbc8547c8a5a5cc7dfeb7aa3b9d7845f4e3d6181fd6f4339b5a396c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68bb2bcf300210290f53fdc8b7ae8e09f06862db4da361fd93ad67f3ca4560a62e9e4ecd57a829c020e08ff7fe2c927f9f23bf940a1c275c36986f192c315c01
|
|
7
|
+
data.tar.gz: d065b902af2d29d8447bbd9a7c64a310cd7565bf00d365757ca9b44a6c9091b645baa8421adbcb6a69c2b02da4dd646aaf6d31a72d04d8d34926668e2d93cb09
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby 3.
|
|
89
|
+
This library is supported on Ruby 3.2+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -375,6 +375,7 @@ module Google
|
|
|
375
375
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
376
376
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
377
377
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
378
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
378
379
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
379
380
|
# trigger a retry.
|
|
380
381
|
# @return [::Hash]
|
|
@@ -458,6 +459,7 @@ module Google
|
|
|
458
459
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
459
460
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
460
461
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
462
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
461
463
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
462
464
|
# trigger a retry.
|
|
463
465
|
#
|
data/lib/google/cloud/phishing_protection/v1beta1/phishing_protection_service/rest/client.rb
CHANGED
|
@@ -335,6 +335,7 @@ module Google
|
|
|
335
335
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
336
336
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
337
337
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
338
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
338
339
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
339
340
|
# trigger a retry.
|
|
340
341
|
# @return [::Hash]
|
|
@@ -407,6 +408,7 @@ module Google
|
|
|
407
408
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
408
409
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
409
410
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
411
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
410
412
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
411
413
|
# trigger a retry.
|
|
412
414
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-phishing_protection-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.16.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '1.
|
|
18
|
+
version: '1.3'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '1.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|