google-iam-v2 0.12.1 → 0.13.1

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: e7052632bab80ac0636b9bed298a16f630348047bff9ed9977c6d4db21ae3755
4
+ data.tar.gz: b7f918b5396dfc819ad6c1e8c4c0fb6e1b1ebb481fd5bd3a1389943a06e72875
5
5
  SHA512:
6
- metadata.gz: 7ecc4d42dac0292ca467478a4966bf99ab81ac25617dfd24235eb7a68f83c071a7699ddb81e057a0841b060e090b9fcbfd55b8f988760e4ef7d80d542e0b51b7
7
- data.tar.gz: 1ea1bdf7ec1865834a59b12ec3924e778e9cf214078be7e6c5f673f57ce013f78b5d302f0ad894788215b88343d113c7e41e0ac4d85823b7014780aca217444d
6
+ metadata.gz: 0542ced337c9b9451a483f5626e59bb8bcdf66a33f862b1e5320829fdc0ced5c5b763ceb2694d653fba83215ce9ead99e5e1b0e4b3bd4f7779beb129a91c037f
7
+ data.tar.gz: 68e5aa85ef644ef8396bf329100e389a5edd77d90d7ee90040eedeb291a6cc500993252122af9aeb5b441894e22aeedbe0c32f1c80883e88cf3a317d91e8d6d1
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
  #
@@ -888,7 +890,7 @@ module Google
888
890
  uri_method: :delete,
889
891
  uri_template: "/v1/{name}",
890
892
  matches: [
891
- ["name", %r{^operations(?:/.*)?$}, true]
893
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
892
894
  ]
893
895
  )
894
896
  transcoder.transcode request_pb
@@ -910,7 +912,7 @@ module Google
910
912
  uri_template: "/v1/{name}:cancel",
911
913
  body: "*",
912
914
  matches: [
913
- ["name", %r{^operations(?:/.*)?$}, true]
915
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
914
916
  ]
915
917
  )
916
918
  transcoder.transcode request_pb
@@ -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.1"
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.1
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