google-iam-v1beta 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: da75d529c191e3124b8039ff680d629e5108eb9127ce70d9a46aa2555451928a
|
|
4
|
+
data.tar.gz: 62053b2149573243b38218667350c73830bb1ffd0eb4ecf768e16e3431ab7faa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8dee2c7a03e9f480a5e16c2640ee819420588517f8adcd0f1020d554597295e89f10d17a7317ca137d044b8d7a1adc7ee3df687386f916ea37ad3ddade44ac20
|
|
7
|
+
data.tar.gz: 6dd32f4624291b4ece006f237977f6a922037059652183509c9adcb64c30d6b83609ae770020509d217402bb287ec3a703e15f59e14e1abada92ca9ff532a137
|
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
|
|
@@ -1532,6 +1532,7 @@ module Google
|
|
|
1532
1532
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1533
1533
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1534
1534
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1535
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1535
1536
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1536
1537
|
# trigger a retry.
|
|
1537
1538
|
# @return [::Hash]
|
|
@@ -1615,6 +1616,7 @@ module Google
|
|
|
1615
1616
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1616
1617
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1617
1618
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1619
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1618
1620
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1619
1621
|
# trigger a retry.
|
|
1620
1622
|
#
|
|
@@ -702,6 +702,7 @@ module Google
|
|
|
702
702
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
703
703
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
704
704
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
705
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
705
706
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
706
707
|
# trigger a retry.
|
|
707
708
|
# @return [::Hash]
|
|
@@ -785,6 +786,7 @@ module Google
|
|
|
785
786
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
786
787
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
787
788
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
789
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
788
790
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
789
791
|
# trigger a retry.
|
|
790
792
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-iam-v1beta
|
|
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
|