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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f60ea62386a0e65210aacd6c68a7bcd3c8dc9db95bdef6e1821863c7835de118
4
- data.tar.gz: 54c079424966ba64c32e58407565da3eac5925689ce8d925ba403454f935f45a
3
+ metadata.gz: '09748194b9ed08e488a22916ca09b3648f614dbf1958ed34709844eaba34baa2'
4
+ data.tar.gz: 5e28094364065406edd2a9b351d17744b6df4cef12ef20997db11567a6bc3814
5
5
  SHA512:
6
- metadata.gz: e7ba3c270b1ad47a2648928a74be5c7cfd598414dc56735fc76cc4a41f9fd2d274daa95e7f442055208d56a5fcd3b9894b9ac54a584e8fd81c2937b6e37733be
7
- data.tar.gz: 681affe9392660c20e3bab33c3a88e5bec2829adfaa45642a3687bea95ec69f67f6b15383f3ccf19bdd9af2d3f2a0f739d22bc6aea1115914522da9239a30c68
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.0+.
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
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DiscoveryEngine
23
- VERSION = "2.4.0"
23
+ VERSION = "2.5.0"
24
24
  end
25
25
  end
26
26
  end
@@ -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
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-discovery_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC