google-cloud-bigquery-reservation-v1 1.11.0 → 1.12.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: fc1a284ba206d0a5ace08df714d6cdd1652bb02b7c9fcca731026039d7c8081f
|
|
4
|
+
data.tar.gz: 365190af76d5b7f8b84d6e151a50540254616ac03d2213e7c5cd361282e4a2a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 734f3f2e250cedb76ac589a1d0bb2731dd4e169bdd15e483f992c6404e33f4e8b878ba33918d038f2cb183c558731fbcf53db8c1e5c52ce86bdbbb759bd4531e
|
|
7
|
+
data.tar.gz: 7d17cdf5e36dc7edd1b4b0a77019d0aadc448ee043494b7be8a61db7b1a52f5ff3a07ecfb6bbde245bd30afa3518c280b4e8e6742b2383dd3eafdaaa48b69b0e
|
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
|
|
@@ -3207,6 +3207,7 @@ module Google
|
|
|
3207
3207
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
3208
3208
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
3209
3209
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
3210
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
3210
3211
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
3211
3212
|
# trigger a retry.
|
|
3212
3213
|
# @return [::Hash]
|
|
@@ -3290,6 +3291,7 @@ module Google
|
|
|
3290
3291
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
3291
3292
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
3292
3293
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
3294
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
3293
3295
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
3294
3296
|
# trigger a retry.
|
|
3295
3297
|
#
|
|
@@ -2969,6 +2969,7 @@ module Google
|
|
|
2969
2969
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2970
2970
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2971
2971
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2972
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2972
2973
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2973
2974
|
# trigger a retry.
|
|
2974
2975
|
# @return [::Hash]
|
|
@@ -3041,6 +3042,7 @@ module Google
|
|
|
3041
3042
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
3042
3043
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
3043
3044
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
3045
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
3044
3046
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
3045
3047
|
# trigger a retry.
|
|
3046
3048
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-bigquery-reservation-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.12.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
|