google-cloud-iap-v1 1.7.1 → 1.8.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: b36dd47e4ce4aa1202f9035a94b34216d98616d56b2c7c561936749ac5b65dbb
4
- data.tar.gz: 3ed55b060dce9ba74b81cb77216ac58a74e1c20090fa65c483c997c59ffe11b4
3
+ metadata.gz: 739fd48deaaecaa5a4e43119ff8a690d4d042563f75b7f50c5a8715d524dd68c
4
+ data.tar.gz: 1b7cb5a02c7b9c4ccccc2d054be63b3be560bd8193b645f869b5b061050d9e54
5
5
  SHA512:
6
- metadata.gz: 460eb7dac9d82c6bac3564c337e7ddae9a9939bf38725b57a7a9ff691eb1e5a912cddc13c9c071df392b4f2c544612bad150ece4c2c2f116e7b895eaa33c5bfd
7
- data.tar.gz: a973f5f0a6c2707646ee7d99d68b274f72fa18318f10cfa32362b22a4984e83d26e0b2cd39e475a8d272b819cbb7caf16f7a5cdc23e37af18d2a4643aa48f26a
6
+ metadata.gz: 05dde9cb92e6809cd40f20c8595de48980976364d26533aa9d3c52aec120692a6131d2d0eb48fc213a2b38ad3892b20d60188e70da8f4f832632a3742c0a6251
7
+ data.tar.gz: 4d88b6deca34b87f8996faeebc2e2f287f506d6f60e091f275ac6afb394b8727275121838f1b9bb20b3a7a93129ce6ef65f7f6dbdbd75eb533971864855536af
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
@@ -1304,6 +1304,7 @@ module Google
1304
1304
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1305
1305
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1306
1306
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1307
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1307
1308
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1308
1309
  # trigger a retry.
1309
1310
  # @return [::Hash]
@@ -1387,6 +1388,7 @@ module Google
1387
1388
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1388
1389
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1389
1390
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1391
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1390
1392
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1391
1393
  # trigger a retry.
1392
1394
  #
@@ -1194,6 +1194,7 @@ module Google
1194
1194
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1195
1195
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1196
1196
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1197
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1197
1198
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1198
1199
  # trigger a retry.
1199
1200
  # @return [::Hash]
@@ -1266,6 +1267,7 @@ module Google
1266
1267
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1267
1268
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1268
1269
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1270
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1269
1271
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1270
1272
  # trigger a retry.
1271
1273
  #
@@ -1009,6 +1009,7 @@ module Google
1009
1009
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1010
1010
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1011
1011
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1012
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1012
1013
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1013
1014
  # trigger a retry.
1014
1015
  # @return [::Hash]
@@ -1092,6 +1093,7 @@ module Google
1092
1093
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1093
1094
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1094
1095
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1096
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1095
1097
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1096
1098
  # trigger a retry.
1097
1099
  #
@@ -920,6 +920,7 @@ module Google
920
920
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
921
921
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
922
922
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
923
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
923
924
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
924
925
  # trigger a retry.
925
926
  # @return [::Hash]
@@ -992,6 +993,7 @@ module Google
992
993
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
993
994
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
994
995
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
996
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
995
997
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
996
998
  # trigger a retry.
997
999
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Iap
23
23
  module V1
24
- VERSION = "1.7.1"
24
+ VERSION = "1.8.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-iap-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.8.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