google-cloud-functions-v1 2.5.1 → 2.6.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/functions/v1/cloud_functions_service/client.rb +2 -0
- data/lib/google/cloud/functions/v1/cloud_functions_service/operations.rb +2 -0
- data/lib/google/cloud/functions/v1/cloud_functions_service/rest/client.rb +2 -0
- data/lib/google/cloud/functions/v1/cloud_functions_service/rest/operations.rb +2 -0
- data/lib/google/cloud/functions/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: bccbd5ab69e5acf440355d3cf7c8bb9034592be21607b2af6a2fcd8fc119453d
|
|
4
|
+
data.tar.gz: 4bf36b21837506bffb36653a89a4bc7e2ef3589d06c97b3e795211dc60bbea95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e75f27941bd6969ff308545523488930db93e5290d6eb4044cd6f72e8b930bce102c47ea0741cafe78875da0c5d37b2631c0733b1a0746f4eee95f36bcd7e491
|
|
7
|
+
data.tar.gz: 9d9de37027680e4af37e859b61722170c20063a53de952805e876aa3b0d1d4e8f11b11c20dd51a6e0f9cdf485437c16db1c6c8edf4cec196555e32e9660f1f37
|
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
|
|
@@ -1429,6 +1429,7 @@ module Google
|
|
|
1429
1429
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1430
1430
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1431
1431
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1432
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1432
1433
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1433
1434
|
# trigger a retry.
|
|
1434
1435
|
# @return [::Hash]
|
|
@@ -1512,6 +1513,7 @@ module Google
|
|
|
1512
1513
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1513
1514
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1514
1515
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1516
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1515
1517
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1516
1518
|
# trigger a retry.
|
|
1517
1519
|
#
|
|
@@ -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
|
#
|
|
@@ -1320,6 +1320,7 @@ module Google
|
|
|
1320
1320
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1321
1321
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1322
1322
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1323
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1323
1324
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1324
1325
|
# trigger a retry.
|
|
1325
1326
|
# @return [::Hash]
|
|
@@ -1399,6 +1400,7 @@ module Google
|
|
|
1399
1400
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1400
1401
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1401
1402
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1403
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1402
1404
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1403
1405
|
# trigger a retry.
|
|
1404
1406
|
#
|
|
@@ -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-functions-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.6.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
|