google-cloud-recommender-v1 1.7.0 → 1.8.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 272cdc7fb7685dd20fb1b0cdecae5606f91a816a9cb25924c0b812a2b13bfd1b
|
|
4
|
+
data.tar.gz: 9e3293c9389828244b936b38f9e4a2b6a7c5d235a5e8cfd948c3f5b33f181821
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '039b9204c22c7ba92286abfd5cd6d848e5fdb42f8fbb9e248e83204ae091a3010fb104f67fb003849126e8d9bded3005c48f70cd3f53ce60ae2e6198036cb265'
|
|
7
|
+
data.tar.gz: 5de98239d79489d1c73aa864e4cedf3298b6c5e132e65622d00aa0ed2d3c16411a3676419aa4d53af495c3c2735b8619f2abc833da4ec1821620b2ca083c9202
|
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
|
|
@@ -1643,6 +1643,7 @@ module Google
|
|
|
1643
1643
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1644
1644
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1645
1645
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1646
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1646
1647
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1647
1648
|
# trigger a retry.
|
|
1648
1649
|
# @return [::Hash]
|
|
@@ -1726,6 +1727,7 @@ module Google
|
|
|
1726
1727
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1727
1728
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1728
1729
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1730
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1729
1731
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1730
1732
|
# trigger a retry.
|
|
1731
1733
|
#
|
|
@@ -1519,6 +1519,7 @@ module Google
|
|
|
1519
1519
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1520
1520
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1521
1521
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1522
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1522
1523
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1523
1524
|
# trigger a retry.
|
|
1524
1525
|
# @return [::Hash]
|
|
@@ -1591,6 +1592,7 @@ module Google
|
|
|
1591
1592
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1592
1593
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1593
1594
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1595
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1594
1596
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1595
1597
|
# trigger a retry.
|
|
1596
1598
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-recommender-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.8.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
|