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 +4 -4
- data/README.md +1 -1
- data/lib/google/shopping/merchant/issue_resolution/v1beta/aggregate_product_statuses_service/client.rb +2 -0
- data/lib/google/shopping/merchant/issue_resolution/v1beta/aggregate_product_statuses_service/rest/client.rb +2 -0
- data/lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/client.rb +2 -0
- data/lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/rest/client.rb +2 -0
- data/lib/google/shopping/merchant/issue_resolution/v1beta/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 665b8aced8382949f5240396399aa5a17acb67894667c95f2af0fec4e7bd5623
|
|
4
|
+
data.tar.gz: 4a95594f73c8a9c9c69cb38cbc23e036c382ea999b94d41e31f1a5f6945f44d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
#
|
data/lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/client.rb
CHANGED
|
@@ -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
|
#
|
data/lib/google/shopping/merchant/issue_resolution/v1beta/issue_resolution_service/rest/client.rb
CHANGED
|
@@ -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
|
#
|
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.
|
|
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.
|
|
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.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|