google-iam-v2 0.12.1 → 0.13.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: 2b88c8fe0e831cff01b91149527ce971d9f4bd434298e48fca5a759ec6d8ad00
4
- data.tar.gz: 9a5293275ebd8b3be53257252ef5e9ccdcdf5de67a43b4c5e06dedaae24fbfaa
3
+ metadata.gz: 39971ed13530f90088fdf33bde1c54a638095e3a52f04e07b94f5e00e859fe14
4
+ data.tar.gz: 9112e7b6541cbc9067d51d3dfc6207367b9ffad0d61a587eb71ed9f48fca52d7
5
5
  SHA512:
6
- metadata.gz: 7ecc4d42dac0292ca467478a4966bf99ab81ac25617dfd24235eb7a68f83c071a7699ddb81e057a0841b060e090b9fcbfd55b8f988760e4ef7d80d542e0b51b7
7
- data.tar.gz: 1ea1bdf7ec1865834a59b12ec3924e778e9cf214078be7e6c5f673f57ce013f78b5d302f0ad894788215b88343d113c7e41e0ac4d85823b7014780aca217444d
6
+ metadata.gz: ff904fc5041e35cbf3838be078a4cb13af73d3ca0f43a11f6c8252f33b217b1cfee9afe0d74fd79620633bfe21b64a5f58693f044576e9611035862ad7ce05db
7
+ data.tar.gz: 74d53ec5288e1903219ff33ac311bf5809ef626ebaf26778645e6ddb53d3454ca674cb466b971e51bf764f508cb0568f895aed64f0a8f9565dd5999e7db42e9d
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
@@ -850,6 +850,7 @@ module Google
850
850
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
851
851
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
852
852
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
853
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
853
854
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
854
855
  # trigger a retry.
855
856
  # @return [::Hash]
@@ -933,6 +934,7 @@ module Google
933
934
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
934
935
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
935
936
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
937
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
936
938
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
937
939
  # trigger a retry.
938
940
  #
@@ -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
  #
@@ -782,6 +782,7 @@ module Google
782
782
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
783
783
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
784
784
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
785
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
785
786
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
786
787
  # trigger a retry.
787
788
  # @return [::Hash]
@@ -854,6 +855,7 @@ module Google
854
855
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
855
856
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
856
857
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
858
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
857
859
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
858
860
  # trigger a retry.
859
861
  #
@@ -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 V2
23
- VERSION = "0.12.1"
23
+ VERSION = "0.13.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-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1
4
+ version: 0.13.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