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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/eventarc/v1/eventarc/client.rb +2 -0
- data/lib/google/cloud/eventarc/v1/eventarc/operations.rb +2 -0
- data/lib/google/cloud/eventarc/v1/eventarc/rest/client.rb +2 -0
- data/lib/google/cloud/eventarc/v1/eventarc/rest/operations.rb +2 -0
- data/lib/google/cloud/eventarc/v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc02ad879b8268f134834bff44be671420025f49699c8e19a88867ecbe08d262
|
|
4
|
+
data.tar.gz: 39a3da6f1e6806436a2a8d68d61246c42306770eff03130dbedb6e9c7887cf4a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
#
|
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.
|
|
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.
|
|
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.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|