google-cloud-service_control-v1 1.6.1 → 1.7.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_control/v1/quota_controller/client.rb +2 -0
- data/lib/google/cloud/service_control/v1/quota_controller/rest/client.rb +2 -0
- data/lib/google/cloud/service_control/v1/service_controller/client.rb +2 -0
- data/lib/google/cloud/service_control/v1/service_controller/rest/client.rb +2 -0
- data/lib/google/cloud/service_control/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: 406f04a1d9455b48a4165168640ae3c4d79c5b5c1369d94f9d7251194ef4a07f
|
|
4
|
+
data.tar.gz: 99049270a50648e27bff85dc13dbc3e9f716b41fa2d99ef9855ee4ec0457bf31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03af8c32bbed0f39c0ffa8c1f9db9ff47e3fae1a1f3b8a298fd5ac9eb3499fa832ffe68cf43d211438c6499b7d1438e04ec27497499e3a685b086496ccd402fa
|
|
7
|
+
data.tar.gz: 8d35f108a412deb7849216e820bc46dafe7af7ed46fb3284f07dee75668c87a73dbdaa74d8e05fdd07b69a342ff184d5aa343cd150d0627dd57d1d232d04d368
|
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
|
|
@@ -384,6 +384,7 @@ module Google
|
|
|
384
384
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
385
385
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
386
386
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
387
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
387
388
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
388
389
|
# trigger a retry.
|
|
389
390
|
# @return [::Hash]
|
|
@@ -467,6 +468,7 @@ module Google
|
|
|
467
468
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
468
469
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
469
470
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
471
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
470
472
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
471
473
|
# trigger a retry.
|
|
472
474
|
#
|
|
@@ -344,6 +344,7 @@ module Google
|
|
|
344
344
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
345
345
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
346
346
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
347
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
347
348
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
348
349
|
# trigger a retry.
|
|
349
350
|
# @return [::Hash]
|
|
@@ -416,6 +417,7 @@ module Google
|
|
|
416
417
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
417
418
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
418
419
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
420
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
419
421
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
420
422
|
# trigger a retry.
|
|
421
423
|
#
|
|
@@ -523,6 +523,7 @@ module Google
|
|
|
523
523
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
524
524
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
525
525
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
526
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
526
527
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
527
528
|
# trigger a retry.
|
|
528
529
|
# @return [::Hash]
|
|
@@ -606,6 +607,7 @@ module Google
|
|
|
606
607
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
607
608
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
608
609
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
610
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
609
611
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
610
612
|
# trigger a retry.
|
|
611
613
|
#
|
|
@@ -476,6 +476,7 @@ module Google
|
|
|
476
476
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
477
477
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
478
478
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
479
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
479
480
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
480
481
|
# trigger a retry.
|
|
481
482
|
# @return [::Hash]
|
|
@@ -548,6 +549,7 @@ module Google
|
|
|
548
549
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
549
550
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
550
551
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
552
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
551
553
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
552
554
|
# trigger a retry.
|
|
553
555
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-service_control-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.7.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
|