google-cloud-maintenance-api-v1beta 0.4.0 → 0.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 408b72326aedd4e06234a06752e90f09c007d023676a292d6a8ce8958d28ab89
|
|
4
|
+
data.tar.gz: 3a4c94a309bf0babf5a58d6b952da4e572e13bc5826253fc924a22d675f01482
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b62c5fe3cb2d42c42f207f5c79789b3af88d12d14052a83ccce688cb96ff59613ee60c48eafee070257e5499990d9e2afe8f398f4cf114157df5c711a1cabf38
|
|
7
|
+
data.tar.gz: 548f54b2889ac5df0fcbe25fee1a35bd1f6c94a210c6ba5625e10cf763f57b449b56d11b62cafe8ca2ae6188f1c8f771e0f3f5d2a3de6604d045902074f9dcf9
|
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
|
|
@@ -599,6 +599,7 @@ module Google
|
|
|
599
599
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
600
600
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
601
601
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
602
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
602
603
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
603
604
|
# trigger a retry.
|
|
604
605
|
# @return [::Hash]
|
|
@@ -682,6 +683,7 @@ module Google
|
|
|
682
683
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
683
684
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
684
685
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
686
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
685
687
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
686
688
|
# trigger a retry.
|
|
687
689
|
#
|
|
@@ -546,6 +546,7 @@ module Google
|
|
|
546
546
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
547
547
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
548
548
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
549
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
549
550
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
550
551
|
# trigger a retry.
|
|
551
552
|
# @return [::Hash]
|
|
@@ -625,6 +626,7 @@ module Google
|
|
|
625
626
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
626
627
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
627
628
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
629
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
628
630
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
629
631
|
# trigger a retry.
|
|
630
632
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-maintenance-api-v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.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
|