google-cloud-service_health-v1 2.4.1 → 2.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: 89492e2f16923830d9854849e1b89afb35225537f2e54230119251ca160d4d67
|
|
4
|
+
data.tar.gz: cc5b6a3c10d6a1bc61ccbfccc8f45348bc1a23389ce6a00da0ef043dfb4420d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8df31698c176e6a06837d06470a72c5457c141cc70915e176ca1df2547b893e855435a2273d4478bee16f409b8b68db5d281fd73c77b8a48e0b4bede0cdcaff2
|
|
7
|
+
data.tar.gz: 4c0c0d11ae95c7521d07b84a0bf48164442f6442756adda10ed83b801a81d11fcaa9264955965e823a634bb9dd46cc04a66559f54c726f826ad4ff7e1e68c06f
|
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
|
|
@@ -997,6 +997,7 @@ module Google
|
|
|
997
997
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
998
998
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
999
999
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1000
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1000
1001
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1001
1002
|
# trigger a retry.
|
|
1002
1003
|
# @return [::Hash]
|
|
@@ -1080,6 +1081,7 @@ module Google
|
|
|
1080
1081
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1081
1082
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1082
1083
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1084
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1083
1085
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1084
1086
|
# trigger a retry.
|
|
1085
1087
|
#
|
|
@@ -923,6 +923,7 @@ module Google
|
|
|
923
923
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
924
924
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
925
925
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
926
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
926
927
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
927
928
|
# trigger a retry.
|
|
928
929
|
# @return [::Hash]
|
|
@@ -1002,6 +1003,7 @@ module Google
|
|
|
1002
1003
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1003
1004
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1004
1005
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1006
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1005
1007
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1006
1008
|
# trigger a retry.
|
|
1007
1009
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-service_health-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.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
|