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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfe2cec66e502cd771be8713ddc32a5146b813d6c6876977169c7265926c3f3a
4
- data.tar.gz: 278244809c5a0f4ba075fed43348490336b3d87e3770da70fac27b80aa8362d7
3
+ metadata.gz: cdc82d9b9f1620866929b75d39e6821772e2101e090ef22d67ad49b4e7a3b5f0
4
+ data.tar.gz: 7b94e06fcbc8547c8a5a5cc7dfeb7aa3b9d7845f4e3d6181fd6f4339b5a396c8
5
5
  SHA512:
6
- metadata.gz: f050d9978487d8e2e511c513db53a1c87244728b5b34d87593f09e70b631bb02850aa939befbb8176f6eb91376e0fa8a4806b21edd90af7ca4377ad226a8d85d
7
- data.tar.gz: 233a18c161c4c7fba5cf7b9c6a0cccfefebe5a91aea14249c772665fb36e5fe2b596d87acfc730f80145f21e8b46569e83d6690cd70c7a36bbed2fab782c1efd
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.0+.
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
  #
@@ -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
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PhishingProtection
23
23
  module V1beta1
24
- VERSION = "0.15.1"
24
+ VERSION = "0.16.0"
25
25
  end
26
26
  end
27
27
  end
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.15.1
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.2'
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.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement