google-shopping-merchant-issue_resolution-v1beta 0.5.1 → 0.6.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: f42d7247a31f8998eda78f87c303c1e8e924b38d6498c493be6dadaa7b95c2e5
4
- data.tar.gz: 580fc3ae3008623e771d58f85ff90bce0e3c9c046c977a8d2814e9ab6900179e
3
+ metadata.gz: 665b8aced8382949f5240396399aa5a17acb67894667c95f2af0fec4e7bd5623
4
+ data.tar.gz: 4a95594f73c8a9c9c69cb38cbc23e036c382ea999b94d41e31f1a5f6945f44d3
5
5
  SHA512:
6
- metadata.gz: 5af2478e76874ef3444c552e58f45e8ecbe2824c52250740f960a9a47b4e53619795d34a3bf2e12135b183165a33b0d408b9b5effded64cb45c675348377f231
7
- data.tar.gz: a0e4489eb302f3f8961e4ea59c292b7aacb3228e258c463743992e06b2ad5d879945a710f39309c1505cc38bff8aae1cdba5d42e02875e8554c384ae3ee527a8
6
+ metadata.gz: c66d66082fed4426263afa4d956b58736d392e47729134db0dc623e6ca61db3da848d4cdbef3681dc64d4e611fec08ced3fca8f661f06ca225c0e9d603e9ebbb
7
+ data.tar.gz: 2f4a2a8e445fadbe76058a3148c2a387f7f9443b1282e20fdaf196aedd114e89df21d25cc75d8fc7c2fab1ed0de68d177c7408fb2b120e88915b469121134958
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
@@ -397,6 +397,7 @@ module Google
397
397
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
398
398
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
399
399
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
400
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
400
401
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
401
402
  # trigger a retry.
402
403
  # @return [::Hash]
@@ -480,6 +481,7 @@ module Google
480
481
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
481
482
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
482
483
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
484
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
483
485
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
484
486
  # trigger a retry.
485
487
  #
@@ -357,6 +357,7 @@ module Google
357
357
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
358
358
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
359
359
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
360
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
360
361
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
361
362
  # trigger a retry.
362
363
  # @return [::Hash]
@@ -429,6 +430,7 @@ module Google
429
430
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
430
431
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
431
432
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
433
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
432
434
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
433
435
  # trigger a retry.
434
436
  #
@@ -584,6 +584,7 @@ module Google
584
584
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
585
585
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
586
586
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
587
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
587
588
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
588
589
  # trigger a retry.
589
590
  # @return [::Hash]
@@ -667,6 +668,7 @@ module Google
667
668
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
668
669
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
669
670
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
671
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
670
672
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
671
673
  # trigger a retry.
672
674
  #
@@ -530,6 +530,7 @@ module Google
530
530
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
531
531
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
532
532
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
533
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
533
534
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
534
535
  # trigger a retry.
535
536
  # @return [::Hash]
@@ -602,6 +603,7 @@ module Google
602
603
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
603
604
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
604
605
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
606
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
605
607
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
606
608
  # trigger a retry.
607
609
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module IssueResolution
24
24
  module V1beta
25
- VERSION = "0.5.1"
25
+ VERSION = "0.6.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-shopping-merchant-issue_resolution-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.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