google-cloud-storage-control-v2 1.11.0 → 1.12.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: c0314087936ad01d0840140fd4e4a588ff5caa2a5da84327ad1e19082edcfc13
4
- data.tar.gz: 3e9689fd73c393725e01800ebb6e15ced70a1209f6b15a9d1a17b811766d59e0
3
+ metadata.gz: 2338b158bd7b5ced59c22fe52cb26d61d6b5977f16807608087a54c05c99819f
4
+ data.tar.gz: 70ec9802eb36c7cbc20de41f69afb81b6cec35eeebf7c6970b193d34e9c26d93
5
5
  SHA512:
6
- metadata.gz: 534de43c7ddeb78ee06e1f9fa51fd142a25fe7cf8b6f453325fe35de0a1db01f2e837c48982b64400f7b95566a1857a03a88472abfd825366a4e31dc190a871c
7
- data.tar.gz: 3943c745f0e5a1615c1b8137cc396a928acba1eaa5776f3a34ecfe41fea5656daace2508881bfdd44ffc90ecfff76c13bb8d2511462d3e8c2e15c32999006706
6
+ metadata.gz: 4014b94040ec0984becbf06025115b13acaac397fad53d7d61f12fa5b37b83c50947435e028b2d854bcb68072023f938adcab21ca57910ee4bcb93cbcdea5b3c
7
+ data.tar.gz: 61a81fd3b387840ca29e41c6ce9eea9d483bce1bc1bdcd4940f1218ddf4b76d11ba73c51ea45fc6f6594f4b57e24080706d4713444d024ebc888f6cfe7131f86
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
@@ -3623,6 +3623,7 @@ module Google
3623
3623
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3624
3624
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3625
3625
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3626
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3626
3627
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3627
3628
  # trigger a retry.
3628
3629
  # @return [::Hash]
@@ -3706,6 +3707,7 @@ module Google
3706
3707
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3707
3708
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3708
3709
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3710
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3709
3711
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3710
3712
  # trigger a retry.
3711
3713
  #
@@ -704,6 +704,7 @@ module Google
704
704
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
705
705
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
706
706
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
707
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
707
708
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
708
709
  # trigger a retry.
709
710
  # @return [::Hash]
@@ -787,6 +788,7 @@ module Google
787
788
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
788
789
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
789
790
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
791
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
790
792
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
791
793
  # trigger a retry.
792
794
  #
@@ -1279,6 +1279,7 @@ module Google
1279
1279
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1280
1280
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1281
1281
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1282
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1282
1283
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1283
1284
  # trigger a retry.
1284
1285
  # @return [::Hash]
@@ -1351,6 +1352,7 @@ module Google
1351
1352
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1352
1353
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1353
1354
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1355
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1354
1356
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1355
1357
  # trigger a retry.
1356
1358
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Storage
23
23
  module Control
24
24
  module V2
25
- VERSION = "1.11.0"
25
+ VERSION = "1.12.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-storage-control-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.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