google-cloud-private_catalog-v1beta1 0.14.1 → 0.15.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: ea6f17f74a3d33cb4b94d3788ee60c00f75947acc184e2b41a67320500b1d427
4
- data.tar.gz: 7dc00995eb493bf5c07a1fd1c8e45d81c5d2a8e57dcd0f8ad4368604de3f0c0d
3
+ metadata.gz: 0ffb13b5aaada0d7f46c6021b283911d09cbb68df6052f180ddce17efa2cac4e
4
+ data.tar.gz: 14d21cd31ccdb09454a3624da9d9bacbc8fffecf0d55c6d840965ed0d766bcc5
5
5
  SHA512:
6
- metadata.gz: 2c26311f64e573339f09420a4cd1a8cc81a5aaaf37da6c1cfc048b2890205e65b556f0cd1011c2fa1ee18f212452e8215bcaa98b62030a30aa999e90bf66ae21
7
- data.tar.gz: 6e55b8c67b09fc19fe97b40c014e948f56ec651743da384faecf447d9b576ceeef4c779db53121d69ec22923fbf2d3b7a6f750251c4d2227f2b96914c4c0b420
6
+ metadata.gz: c74606fe26cd0f00e2ee7b64b9c9ce31449cd47b22f97700ccae09673f6f1e259f4d80e276079b72b7713752e2bdbab51763c96cd214a57f52b030e3bca395f4
7
+ data.tar.gz: b79dff18b836f63704829a0688b48c9cc4c429ba5357702fbebf7463e91922badaef52898aed0174dac8f1b237fb247fdc60ee8e5b630e1b1cb2e8d36e6d84b7
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.0+.
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
@@ -614,6 +614,7 @@ module Google
614
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
615
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
616
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
617
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
618
619
  # trigger a retry.
619
620
  # @return [::Hash]
@@ -697,6 +698,7 @@ module Google
697
698
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
698
699
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
699
700
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
701
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
700
702
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
701
703
  # trigger a retry.
702
704
  #
@@ -560,6 +560,7 @@ module Google
560
560
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
561
561
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
562
562
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
563
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
563
564
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
564
565
  # trigger a retry.
565
566
  # @return [::Hash]
@@ -632,6 +633,7 @@ module Google
632
633
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
633
634
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
634
635
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
636
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
635
637
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
636
638
  # trigger a retry.
637
639
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PrivateCatalog
23
23
  module V1beta1
24
- VERSION = "0.14.1"
24
+ VERSION = "0.15.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-private_catalog-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.1
4
+ version: 0.15.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.2'
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.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement