google-cloud-web_security_scanner-v1beta 0.14.1 → 0.15.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: dd2fa63b50e01985aa060ab48539dd14cd0a5d80d6bff7a033336bbc3e70da10
4
- data.tar.gz: d9e0ad7fb37dff9f8319f314901eda45e31c4a9fc854dc36ee1621259bd3b54b
3
+ metadata.gz: 245f148f034890dc83a742569c5a19223171c6ca63e90362e0957bf8a48a6987
4
+ data.tar.gz: d0b3ba64c06d65c403d45c745faa5d4cb8942d1d8b773c645b4f2ba4bd0469e2
5
5
  SHA512:
6
- metadata.gz: b1a05e2c54ee711c0a8463bcd8fd111397bbd91c4c96fb1932e6c1c2e4e26c5e8b477455b9e51f851fc731836b166f2559ddd1a16cf64697a2346292020f1857
7
- data.tar.gz: a5a411d516e686cb3e8d9457e64c5e233056e16490eda273f92ed9c88adb9c36d6aee418e50239032e41f47b9047a0d2d02d7fbf5e0a4015d3a52ab2f217a044
6
+ metadata.gz: 6a1d82704bf5e3c2359cea4f0198b6edb36c8f7fe76353ca909e9d7ec68fa0d18676bb81044b57e52c7d1d51705c14202336e1c697161092fbb5c8de79fcb96f
7
+ data.tar.gz: 6e236ce8157c4a8a0235a7606e197fc709847ae9f1bd64a0ca27495fe72d7a6f34b590ea7f30362c84cab5fb4398aa536c1aa75f409437d7bbda9aba1b3a1fdb
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module WebSecurityScanner
23
23
  module V1beta
24
- VERSION = "0.14.1"
24
+ VERSION = "0.15.0"
25
25
  end
26
26
  end
27
27
  end
@@ -1527,6 +1527,7 @@ module Google
1527
1527
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1528
1528
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1529
1529
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1530
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1530
1531
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1531
1532
  # trigger a retry.
1532
1533
  # @return [::Hash]
@@ -1610,6 +1611,7 @@ module Google
1610
1611
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1611
1612
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1612
1613
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1614
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1613
1615
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1614
1616
  # trigger a retry.
1615
1617
  #
@@ -1403,6 +1403,7 @@ module Google
1403
1403
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1404
1404
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1405
1405
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1406
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1406
1407
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1407
1408
  # trigger a retry.
1408
1409
  # @return [::Hash]
@@ -1475,6 +1476,7 @@ module Google
1475
1476
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1476
1477
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1477
1478
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1479
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1478
1480
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1479
1481
  # trigger a retry.
1480
1482
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-web_security_scanner-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.1
4
+ version: 0.15.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