google-cloud-service_management-v1 1.7.1 → 1.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/service_management/v1/service_manager/client.rb +2 -0
- data/lib/google/cloud/service_management/v1/service_manager/operations.rb +2 -0
- data/lib/google/cloud/service_management/v1/service_manager/rest/client.rb +2 -0
- data/lib/google/cloud/service_management/v1/service_manager/rest/operations.rb +2 -0
- data/lib/google/cloud/service_management/v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a743d0e1158a2c78dbcc098a1ebe63d7662954b2d92e14f1412fef531f75285
|
|
4
|
+
data.tar.gz: d3f52d7f1cfaf45ca6f76603030857e36e276b9b527d311deb92b0f104da525b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4603c16038820e493ec20071ff0e250b5979dffeedef99b2913f875cf41132935eb41839000f0f064e3ec8f67f656fb4443975e62856866d556d2309e7788f21
|
|
7
|
+
data.tar.gz: d8e7ef1251bba3b6ccb2f70cdfdde7f801597f170b2b38113925902181ad8389f259552a6a6e7bcaff9a46e608c6a48a59eaf46900acdbc99e7782d5db5e7010
|
data/README.md
CHANGED
|
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
85
85
|
|
|
86
86
|
## Supported Ruby Versions
|
|
87
87
|
|
|
88
|
-
This library is supported on Ruby 3.
|
|
88
|
+
This library is supported on Ruby 3.2+.
|
|
89
89
|
|
|
90
90
|
Google provides official support for Ruby versions that are actively supported
|
|
91
91
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -1615,6 +1615,7 @@ module Google
|
|
|
1615
1615
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1616
1616
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1617
1617
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1618
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1618
1619
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1619
1620
|
# trigger a retry.
|
|
1620
1621
|
# @return [::Hash]
|
|
@@ -1698,6 +1699,7 @@ module Google
|
|
|
1698
1699
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1699
1700
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1700
1701
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1702
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1701
1703
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1702
1704
|
# trigger a retry.
|
|
1703
1705
|
#
|
|
@@ -695,6 +695,7 @@ module Google
|
|
|
695
695
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
696
696
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
697
697
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
698
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
698
699
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
699
700
|
# trigger a retry.
|
|
700
701
|
# @return [::Hash]
|
|
@@ -778,6 +779,7 @@ module Google
|
|
|
778
779
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
779
780
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
780
781
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
782
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
781
783
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
782
784
|
# trigger a retry.
|
|
783
785
|
#
|
|
@@ -1510,6 +1510,7 @@ module Google
|
|
|
1510
1510
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1511
1511
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1512
1512
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1513
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1513
1514
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1514
1515
|
# trigger a retry.
|
|
1515
1516
|
# @return [::Hash]
|
|
@@ -1589,6 +1590,7 @@ module Google
|
|
|
1589
1590
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1590
1591
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1591
1592
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1593
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1592
1594
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1593
1595
|
# trigger a retry.
|
|
1594
1596
|
#
|
|
@@ -541,6 +541,7 @@ module Google
|
|
|
541
541
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
542
542
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
543
543
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
544
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
544
545
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
545
546
|
# trigger a retry.
|
|
546
547
|
# @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-service_management-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.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
|