google-cloud-kms-inventory-v1 0.20.0 → 0.21.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: 8991d54247b595feb373c98a851644345f862019bfd766d130f6f74d9d71f985
4
- data.tar.gz: 58350a3e0d842550d37e0cba95ceac67287ceaa184ee6edddf3499caf7e39668
3
+ metadata.gz: c7d340468d9d81eff73839b072c6e72b7a06caf2622001646897ab2754786fd4
4
+ data.tar.gz: 0727a382cef447f97527cb4b8453347dd05f42f919c7ae95cd3744ee51ea4734
5
5
  SHA512:
6
- metadata.gz: be4af1950ce756e03e59945b19600f495f52af92beebb76bb83049d7dc61d99ad327a13cf499aa2426b067c3f703faa2d37caff101b3e1ce8118638a6356f689
7
- data.tar.gz: 818a17a7933852c8e93c93c7063911538f700873b47aae5be69c2c828e7ca8ce963f346d4077e28d4fc74d2f7f33d06a26b5354e69432946fd0d23b85530e2e7
6
+ metadata.gz: 169801a1e8ee84cb6376c3095d3fd44447c1ffd790cf2c77bf37d95f80dbd04e09db24179aa318927ab622e02fac2af0780bb98d8115f4d876d07bb4718c39c3
7
+ data.tar.gz: d1ab0e469c344126c4dc9ac32539ff0075006c7dc46496b493f5f7f688e2fd00c7b71b5c152be4228fe0349c8d4db158b330af115abe19106d2fb1c35b4d6cc3
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
@@ -383,6 +383,7 @@ module Google
383
383
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
384
384
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
385
385
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
386
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
386
387
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
387
388
  # trigger a retry.
388
389
  # @return [::Hash]
@@ -466,6 +467,7 @@ module Google
466
467
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
467
468
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
468
469
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
470
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
469
471
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
470
472
  # trigger a retry.
471
473
  #
@@ -343,6 +343,7 @@ module Google
343
343
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
344
344
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
345
345
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
346
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
346
347
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
347
348
  # trigger a retry.
348
349
  # @return [::Hash]
@@ -415,6 +416,7 @@ module Google
415
416
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
416
417
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
417
418
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
419
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
418
420
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
419
421
  # trigger a retry.
420
422
  #
@@ -515,6 +515,7 @@ module Google
515
515
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
516
516
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
517
517
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
518
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
518
519
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
519
520
  # trigger a retry.
520
521
  # @return [::Hash]
@@ -598,6 +599,7 @@ module Google
598
599
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
599
600
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
600
601
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
602
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
601
603
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
602
604
  # trigger a retry.
603
605
  #
@@ -468,6 +468,7 @@ module Google
468
468
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
469
469
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
470
470
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
471
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
471
472
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
472
473
  # trigger a retry.
473
474
  # @return [::Hash]
@@ -540,6 +541,7 @@ module Google
540
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
541
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
542
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
543
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
544
546
  # trigger a retry.
545
547
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Kms
23
23
  module Inventory
24
24
  module V1
25
- VERSION = "0.20.0"
25
+ VERSION = "0.21.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-kms-inventory-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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