google-cloud-web_risk-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: a9754388f373deff395f00f67d61bd36f099b0bf1647904b45bf145e0399065c
4
- data.tar.gz: 1d99e3cfa0ba1b4a38648448508b8f17c9588c100e88ca356f6f678f9f7755c6
3
+ metadata.gz: bbddded56125a075b45affcb2cc37624fe50a45b7592eb80e6fb5897e59bb277
4
+ data.tar.gz: 357d968f63a723a454f6eb26e82f8e3bc37aa1cc6cfb8928253240f31d64c91e
5
5
  SHA512:
6
- metadata.gz: 31edf3f6b2ce5ddfb11c01d7e4f4a597e3c34707e1d93acab824eb7fa8e4b5f8a99f45492bf67768c441fb9358f8dd3580b9315dff9cf89eda46737e05e00ffc
7
- data.tar.gz: 3e90d3a778947e57ee5d852c54a5a0c6fb9f57b330e677d8a355b9b6532a58bb82e57063c554b43d12279a0e4c64306a5c79e119b5ad1c8b871978e1e7f1d75a
6
+ metadata.gz: 9d247279d622ef8210393c693910c2e3ff8a39c6e9ebe8f6a87a13ad01b435ebc20738f12e9deb39130a6b4b263ecc5dc7595fb8229c38c933c5133a7194c708
7
+ data.tar.gz: 1712f9f86349c25bbd00592a48e58321fb02b5855a857358c46263159c8365785d592951ceb533c3cb9dbf1280d47faed1c96d31ebcec0c8d3ef154abae95f46
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 WebRisk
23
23
  module V1beta1
24
- VERSION = "0.15.1"
24
+ VERSION = "0.16.0"
25
25
  end
26
26
  end
27
27
  end
@@ -538,6 +538,7 @@ module Google
538
538
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
539
539
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
540
540
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
541
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
541
542
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
542
543
  # trigger a retry.
543
544
  # @return [::Hash]
@@ -621,6 +622,7 @@ module Google
621
622
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
622
623
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
623
624
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
625
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
624
626
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
625
627
  # trigger a retry.
626
628
  #
@@ -508,6 +508,7 @@ module Google
508
508
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
509
509
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
510
510
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
511
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
511
512
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
512
513
  # trigger a retry.
513
514
  # @return [::Hash]
@@ -580,6 +581,7 @@ module Google
580
581
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
581
582
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
582
583
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
584
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
583
585
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
584
586
  # trigger a retry.
585
587
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-web_risk-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