google-cloud-discovery_engine 2.4.0 → 2.5.1

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: 3bc8f59fcd47b43af77e6d54dd6418688cd4717511b8f9ec009fe5153e1a7ac3
4
+ data.tar.gz: a861f2339849fe5b713c82c447cab53871e076b3e8f8ac065fb6c076b246a7de
5
5
  SHA512:
6
- metadata.gz: e7ba3c270b1ad47a2648928a74be5c7cfd598414dc56735fc76cc4a41f9fd2d274daa95e7f442055208d56a5fcd3b9894b9ac54a584e8fd81c2937b6e37733be
7
- data.tar.gz: 681affe9392660c20e3bab33c3a88e5bec2829adfaa45642a3687bea95ec69f67f6b15383f3ccf19bdd9af2d3f2a0f739d22bc6aea1115914522da9239a30c68
6
+ metadata.gz: 27baf1fbec6709f7fb3503c1f8e48c95a02c0695c6f9e4083099fd6d77c059f400fb297d8ef46e09cb21037a647057e08b34994c42d881acdc92b459135e0dab
7
+ data.tar.gz: 640ca129a6c2b67db6cd2739162afa11627bca6c5d340788e5a589d9a9e077b1dd98223968d9f07cb9c0afe5d0e4c441bb934d12a7a3ea8ca795eb179eabbe25
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.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2023 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -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
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2023 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC