google-cloud-database_center-v1beta 0.7.0 → 0.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 903f245eea3dc2fec2d02caf4c3af59c781284d728c06d049a6ad6ef067392c4
|
|
4
|
+
data.tar.gz: 112a4ac5018ef852a19443c7772e89a71ed7fb231357a867015e49cb0474f130
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 877706f9e0cfb6054be04acb087f5bcfc85dcb2393902b081a067872983ac195223f1c077a6a8043592b9038d5c8a9ec7137cbe56a285614828bf22e43a912d2
|
|
7
|
+
data.tar.gz: 3121a435fe4047f05732ad9074c4141fa8b1db7c2f363f3fb4340950ac57ca6b5125cc9e02a7d6a89650580cfa89d8ebc1fcebe6fa28d324f6a999ddeaa20beb
|
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
|
|
@@ -1086,6 +1086,7 @@ module Google
|
|
|
1086
1086
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1087
1087
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1088
1088
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1089
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1089
1090
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1090
1091
|
# trigger a retry.
|
|
1091
1092
|
# @return [::Hash]
|
|
@@ -1169,6 +1170,7 @@ module Google
|
|
|
1169
1170
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1170
1171
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1171
1172
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1173
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1172
1174
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1173
1175
|
# trigger a retry.
|
|
1174
1176
|
#
|
|
@@ -1051,6 +1051,7 @@ module Google
|
|
|
1051
1051
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1052
1052
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1053
1053
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1054
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1054
1055
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1055
1056
|
# trigger a retry.
|
|
1056
1057
|
# @return [::Hash]
|
|
@@ -1123,6 +1124,7 @@ module Google
|
|
|
1123
1124
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1124
1125
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1125
1126
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1127
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1126
1128
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1127
1129
|
# trigger a retry.
|
|
1128
1130
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-database_center-v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.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
|