google-iam-v3beta 0.6.0 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20e73a36faf4eb7fcc6800538d24c9153700ec3fd20cf2d24bbca910a01be516
4
- data.tar.gz: 0bec4fee8279a439f5aa49e60bcfbf849cda7f5b4801902b47b57181eb9021c8
3
+ metadata.gz: 724c187a544e2e24cc76387ca35a47585237da78c3a1071b0bc308187b72d61d
4
+ data.tar.gz: b05da3df180c0d56109a371dcb509ce1ed0525dca4b5978db96cfff03666133b
5
5
  SHA512:
6
- metadata.gz: d3ef63ecce013dc5f7656981600296ec795f2961c3f4fb008e4d62217cc6431ce142cbad7417c6a606c21830371c7f1ff877fbd2ea10c133af1b84eb3419919d
7
- data.tar.gz: 55965f5eeb918edaa423ed9030d733412715cceac6d01f9de77e3ffa32af47878b6b66a131a872489ea58347a354f2fef0c84ac1f2a446cf49c3124516ba23d1
6
+ metadata.gz: dc9a65dbc45e9577e2779b8592b4472daee1bb9d49f0a46416a948f75a74ce53b26989cbecad08d01995e03b6d061752cc854dbcb8f2dd1c11fdd21d3c974369
7
+ data.tar.gz: 71dbce47f03455bddaa05ec2a6c1e06720635766144027fcfe16cf42b9713cca947d164a845fd082a79ec784653cf0447e31d0aab6c63f9a53913afce773c381
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.0+.
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
@@ -967,6 +967,7 @@ module Google
967
967
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
968
968
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
969
969
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
970
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
970
971
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
971
972
  # trigger a retry.
972
973
  # @return [::Hash]
@@ -1050,6 +1051,7 @@ module Google
1050
1051
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1051
1052
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1052
1053
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1054
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1053
1055
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1054
1056
  # trigger a retry.
1055
1057
  #
@@ -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
  #
@@ -892,6 +892,7 @@ module Google
892
892
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
893
893
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
894
894
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
895
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
895
896
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
896
897
  # trigger a retry.
897
898
  # @return [::Hash]
@@ -964,6 +965,7 @@ module Google
964
965
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
965
966
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
966
967
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
968
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
967
969
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
968
970
  # trigger a retry.
969
971
  #
@@ -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
  #
@@ -1011,6 +1011,7 @@ module Google
1011
1011
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1012
1012
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1013
1013
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1014
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1014
1015
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1015
1016
  # trigger a retry.
1016
1017
  # @return [::Hash]
@@ -1094,6 +1095,7 @@ module Google
1094
1095
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1095
1096
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1096
1097
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1098
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1097
1099
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1098
1100
  # trigger a retry.
1099
1101
  #
@@ -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
  #
@@ -936,6 +936,7 @@ module Google
936
936
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
937
937
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
938
938
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
939
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
939
940
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
940
941
  # trigger a retry.
941
942
  # @return [::Hash]
@@ -1008,6 +1009,7 @@ module Google
1008
1009
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1009
1010
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1010
1011
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1012
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1011
1013
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1012
1014
  # trigger a retry.
1013
1015
  #
@@ -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
  #
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Iam
22
22
  module V3beta
23
- VERSION = "0.6.0"
23
+ VERSION = "0.7.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-iam-v3beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.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.2'
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.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement