google-cloud-eventarc-v1 2.7.1 → 2.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: f31afe285011e4e02798165eb02eafde202a355cee7d74b2cbe45c9efe2a0b50
4
- data.tar.gz: d8d10bd4eeacbb4b833681c6fba801560d58d33e88bf34eb4dd70ca457cfb3e2
3
+ metadata.gz: dc02ad879b8268f134834bff44be671420025f49699c8e19a88867ecbe08d262
4
+ data.tar.gz: 39a3da6f1e6806436a2a8d68d61246c42306770eff03130dbedb6e9c7887cf4a
5
5
  SHA512:
6
- metadata.gz: 66d4c8d53c55bc882e18f1503688fd69ee6fd2d876598025bfb8990a4d60fc43a91d0ffe8469cd0cf102ec343dc160bf0d485a21da11eb648bab973e9d64740c
7
- data.tar.gz: 98b727b82438a651f994e704bd141e9d3c327709364c6b6b84c4b435bf5401add7a0fb10d4f3f4baea322b186a7af8113342cfcf56dd654900f992ace1130059
6
+ metadata.gz: 7ec885b3e28be65996ddc3456a9b884682ad6ae73bc3a0f5350d5dc0065a65c6389331c64af4acdc0c9c03b859fe43b802d80df930b0785564a702f62fb9c878
7
+ data.tar.gz: ec9394a9b30195a58eb98a8069ee7aabdf1f66f2cfa5a3886ee624fd6081e7962b2b43c15f27092f777031e29da0fee52f9d32e69faa8de2e6802db4fe5abadb
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
@@ -4304,6 +4304,7 @@ module Google
4304
4304
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4305
4305
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4306
4306
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4307
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4307
4308
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4308
4309
  # trigger a retry.
4309
4310
  # @return [::Hash]
@@ -4387,6 +4388,7 @@ module Google
4387
4388
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4388
4389
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4389
4390
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4391
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4390
4392
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4391
4393
  # trigger a retry.
4392
4394
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -4000,6 +4000,7 @@ module Google
4000
4000
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4001
4001
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4002
4002
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4003
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4003
4004
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4004
4005
  # trigger a retry.
4005
4006
  # @return [::Hash]
@@ -4079,6 +4080,7 @@ module Google
4079
4080
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4080
4081
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4081
4082
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4083
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4082
4084
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4083
4085
  # trigger a retry.
4084
4086
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Eventarc
23
23
  module V1
24
- VERSION = "2.7.1"
24
+ VERSION = "2.8.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-eventarc-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.1
4
+ version: 2.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.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