google-cloud-policy_troubleshooter-v1 1.6.1 → 1.7.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: '08183cd503a081ff5442c096616c64026ee90ac9f9861c77788ef6853ba7727c'
4
- data.tar.gz: bd8f36870c3058df1ef47eebcb01ecc1016e381022bda83f4cb06c5f17bb18fd
3
+ metadata.gz: 7bb630bda894862e69a2644e3bccd5d01ba230d2ae3ef81204bdaabe695f997a
4
+ data.tar.gz: 91b697bf7f6bbc1787d3070ecd262c3b0d7e25c328a75692e06285016c13a32c
5
5
  SHA512:
6
- metadata.gz: 4150fe30ef116e528a4013e69696ff6b5f1ac8325c3523469cf580f94248903569cf4386477f9956eba4d7568712e1c376ee84231b44582e91063a49839b9c14
7
- data.tar.gz: b6290f2bbc2d95a94e0932ef2d579495b6ab207e48f57f4397796cb60799cc8be941605e95f4df70399162b64b8b004a1e3fafe8b96d40a7be344ad2d4a0c87d
6
+ metadata.gz: f08a015f18dd8d943ff52b46c2f8ce58d2ff6c95e832e26c28df049d48fa534534cc9ac89023b6f1e58df82b0bef29c6bbdb08191d243d2f7e6d5a7e54d94550
7
+ data.tar.gz: bf276fb7274d241ec78515efce7bd0814567f4f29bd64a81f62fea8d0f93a978dee9676a0e3fcd2eae33756b107c8d7fe0157aa264162c266b0833bf488eb07b
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
@@ -366,6 +366,7 @@ module Google
366
366
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
367
367
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
368
368
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
369
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
369
370
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
370
371
  # trigger a retry.
371
372
  # @return [::Hash]
@@ -449,6 +450,7 @@ module Google
449
450
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
450
451
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
451
452
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
453
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
452
454
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
453
455
  # trigger a retry.
454
456
  #
@@ -334,6 +334,7 @@ module Google
334
334
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
335
335
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
336
336
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
337
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
337
338
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
338
339
  # trigger a retry.
339
340
  # @return [::Hash]
@@ -406,6 +407,7 @@ module Google
406
407
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
407
408
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
408
409
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
410
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
409
411
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
410
412
  # trigger a retry.
411
413
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PolicyTroubleshooter
23
23
  module V1
24
- VERSION = "1.6.1"
24
+ VERSION = "1.7.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-policy_troubleshooter-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.7.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