google-iam-v3 0.4.1 → 0.5.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/iam/v3/policy_bindings/client.rb +2 -0
- data/lib/google/iam/v3/policy_bindings/operations.rb +2 -0
- data/lib/google/iam/v3/policy_bindings/rest/client.rb +2 -0
- data/lib/google/iam/v3/policy_bindings/rest/operations.rb +2 -0
- data/lib/google/iam/v3/principal_access_boundary_policies/client.rb +2 -0
- data/lib/google/iam/v3/principal_access_boundary_policies/operations.rb +2 -0
- data/lib/google/iam/v3/principal_access_boundary_policies/rest/client.rb +2 -0
- data/lib/google/iam/v3/principal_access_boundary_policies/rest/operations.rb +2 -0
- data/lib/google/iam/v3/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: '0397fc6110526c2d5e3c270abdf9080fcf2b9a19185a850fe558ee9ca286cebf'
|
|
4
|
+
data.tar.gz: 01cb3ea46f64fbcacd8c065db58448c12d2144b9c18e867bdcb97f3c0dbf8127
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c2c19c9924bc47a700eb35c295da21ca6ea27325e14a3d0aa4c6679ac0aac5f92451f0219ff65cded798c726d01032ab5cf01fe8c850b133d7657a0baaec9b3
|
|
7
|
+
data.tar.gz: 0f881d7b0f59b7ea573021779fddca9b539ac338d1e25717c07efbef8ab667eb75064555058f485905f6670e0b986000dfc5b19ca210b84bb748a01bc6d06191
|
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
|
|
@@ -1003,6 +1003,7 @@ module Google
|
|
|
1003
1003
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1004
1004
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1005
1005
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1006
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1006
1007
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1007
1008
|
# trigger a retry.
|
|
1008
1009
|
# @return [::Hash]
|
|
@@ -1086,6 +1087,7 @@ module Google
|
|
|
1086
1087
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1087
1088
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1088
1089
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1090
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1089
1091
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1090
1092
|
# trigger a retry.
|
|
1091
1093
|
#
|
|
@@ -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
|
#
|
|
@@ -928,6 +928,7 @@ module Google
|
|
|
928
928
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
929
929
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
930
930
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
931
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
931
932
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
932
933
|
# trigger a retry.
|
|
933
934
|
# @return [::Hash]
|
|
@@ -1000,6 +1001,7 @@ module Google
|
|
|
1000
1001
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1001
1002
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1002
1003
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1004
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1003
1005
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1004
1006
|
# trigger a retry.
|
|
1005
1007
|
#
|
|
@@ -540,6 +540,7 @@ module Google
|
|
|
540
540
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
541
541
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
542
542
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
543
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
543
544
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
544
545
|
# trigger a retry.
|
|
545
546
|
# @return [::Hash]
|
|
@@ -612,6 +613,7 @@ module Google
|
|
|
612
613
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
613
614
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
614
615
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
616
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
615
617
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
616
618
|
# trigger a retry.
|
|
617
619
|
#
|
|
@@ -956,6 +956,7 @@ module Google
|
|
|
956
956
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
957
957
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
958
958
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
959
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
959
960
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
960
961
|
# trigger a retry.
|
|
961
962
|
# @return [::Hash]
|
|
@@ -1039,6 +1040,7 @@ module Google
|
|
|
1039
1040
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1040
1041
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1041
1042
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1043
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1042
1044
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1043
1045
|
# trigger a retry.
|
|
1044
1046
|
#
|
|
@@ -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
|
#
|
|
@@ -881,6 +881,7 @@ module Google
|
|
|
881
881
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
882
882
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
883
883
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
884
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
884
885
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
885
886
|
# trigger a retry.
|
|
886
887
|
# @return [::Hash]
|
|
@@ -953,6 +954,7 @@ module Google
|
|
|
953
954
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
954
955
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
955
956
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
957
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
956
958
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
957
959
|
# trigger a retry.
|
|
958
960
|
#
|
|
@@ -540,6 +540,7 @@ module Google
|
|
|
540
540
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
541
541
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
542
542
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
543
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
543
544
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
544
545
|
# trigger a retry.
|
|
545
546
|
# @return [::Hash]
|
|
@@ -612,6 +613,7 @@ module Google
|
|
|
612
613
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
613
614
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
614
615
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
616
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
615
617
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
616
618
|
# trigger a retry.
|
|
617
619
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-iam-v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.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
|