google-cloud-private_catalog-v1beta1 0.14.1 → 0.15.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: 0ffb13b5aaada0d7f46c6021b283911d09cbb68df6052f180ddce17efa2cac4e
|
|
4
|
+
data.tar.gz: 14d21cd31ccdb09454a3624da9d9bacbc8fffecf0d55c6d840965ed0d766bcc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c74606fe26cd0f00e2ee7b64b9c9ce31449cd47b22f97700ccae09673f6f1e259f4d80e276079b72b7713752e2bdbab51763c96cd214a57f52b030e3bca395f4
|
|
7
|
+
data.tar.gz: b79dff18b836f63704829a0688b48c9cc4c429ba5357702fbebf7463e91922badaef52898aed0174dac8f1b237fb247fdc60ee8e5b630e1b1cb2e8d36e6d84b7
|
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
|
|
@@ -614,6 +614,7 @@ module Google
|
|
|
614
614
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
615
615
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
616
616
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
617
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
617
618
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
618
619
|
# trigger a retry.
|
|
619
620
|
# @return [::Hash]
|
|
@@ -697,6 +698,7 @@ module Google
|
|
|
697
698
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
698
699
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
699
700
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
701
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
700
702
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
701
703
|
# trigger a retry.
|
|
702
704
|
#
|
|
@@ -560,6 +560,7 @@ module Google
|
|
|
560
560
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
561
561
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
562
562
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
563
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
563
564
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
564
565
|
# trigger a retry.
|
|
565
566
|
# @return [::Hash]
|
|
@@ -632,6 +633,7 @@ module Google
|
|
|
632
633
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
633
634
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
634
635
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
636
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
635
637
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
636
638
|
# trigger a retry.
|
|
637
639
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-private_catalog-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.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
|