google-cloud-maintenance-api-v1 0.3.0 → 0.4.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: c81669170dde84ad11b64dca67bca4ee6faa67220e8d5d3f1aa2f108649cf029
|
|
4
|
+
data.tar.gz: e14ed7b2c801443d6aa3dacbce6e1e154533df0866fc4cbaf7303404d9651842
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d938274213e69229c4ca2d1d88385ec26d8142e3a331041c310c2e70c7966980210ed189966bf4688fb27e2f67eb2c39cd8f0e5a8eb0801000c99da4cc95bb2
|
|
7
|
+
data.tar.gz: 99a1e28a30706657f9864ba33efb0dd52496cc9aad12ccfc55803614609d1032c7d0b4dd3c08c69804cf2cc447c3141b9d36ac450a737c553668f3e30f641139
|
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
|
|
@@ -587,6 +587,7 @@ module Google
|
|
|
587
587
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
588
588
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
589
589
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
590
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
590
591
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
591
592
|
# trigger a retry.
|
|
592
593
|
# @return [::Hash]
|
|
@@ -670,6 +671,7 @@ module Google
|
|
|
670
671
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
671
672
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
672
673
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
674
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
673
675
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
674
676
|
# trigger a retry.
|
|
675
677
|
#
|
|
@@ -534,6 +534,7 @@ module Google
|
|
|
534
534
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
535
535
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
536
536
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
537
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
537
538
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
538
539
|
# trigger a retry.
|
|
539
540
|
# @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-maintenance-api-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.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
|