google-cloud-discovery_engine 2.4.0 → 2.5.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/cloud/discovery_engine/version.rb +1 -1
- data/lib/google/cloud/discovery_engine.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '09748194b9ed08e488a22916ca09b3648f614dbf1958ed34709844eaba34baa2'
|
|
4
|
+
data.tar.gz: 5e28094364065406edd2a9b351d17744b6df4cef12ef20997db11567a6bc3814
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c3a997351e19992843ab8b47151ede8c8e7e9b954b5f12c814f94d380722507530bd62f314e13ee81d81f8ded793fddcedc221c9e8f29b07a395521a8bc020e
|
|
7
|
+
data.tar.gz: cd9361e921a3daee7569b73f4a75173a438181012af6d0adeefbcc22e5f06a62b3f8c89576210e57771884c349c52f9c1b3232bbc45605481a665d9cbade6d9c
|
data/README.md
CHANGED
|
@@ -73,7 +73,7 @@ working, try updating the versioned clients in your bundle or installed gems:
|
|
|
73
73
|
|
|
74
74
|
## Supported Ruby Versions
|
|
75
75
|
|
|
76
|
-
This library is supported on Ruby 3.
|
|
76
|
+
This library is supported on Ruby 3.2+.
|
|
77
77
|
|
|
78
78
|
Google provides official support for Ruby versions that are actively supported
|
|
79
79
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -1546,6 +1546,7 @@ module Google
|
|
|
1546
1546
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1547
1547
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1548
1548
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1549
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1549
1550
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
1550
1551
|
# The error codes that should trigger a retry.
|
|
1551
1552
|
#
|