google-cloud-security-private_ca-v1beta1 0.17.1 → 0.18.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: 9759fa4d31cc19f86a6540b090e1751e99cff447f62f3f07eb13893f0dd5065c
4
- data.tar.gz: aaa25af090561888d9a3be9358d5a0a4f5d4bb410610b41e970928e5f7d13af9
3
+ metadata.gz: ee3112a699878b735265d402da5f453f5b6cfa886bbf15767f771fce438c1bfb
4
+ data.tar.gz: f9da2f23efd811e1679fc20dd90642a424ed65f3c4f628092196abe823140b0e
5
5
  SHA512:
6
- metadata.gz: dba511e70973479b6e86ceb627c659e24efaeeaf87d68433710883ffeb6375f5b8044840e0356c7cf8ba33055c697f594320ab856237d10cbeb06131af767a60
7
- data.tar.gz: a5e1fca2795b0ce659f6b1cf7fa9018e5227e01ad542dbe2e4e7f64c7a841bf7cab7cafb3107d24a12fcf5862505953563706d75233d02681332bef07c213bfb
6
+ metadata.gz: 205a317877ff891fea54d11e7110a34524bd12aeccd0bf33336a216022b1d418b8af9877a0f8e485ebcc4ef797e37f43dc1e37b3959c9f265cd150d087ceeadb
7
+ data.tar.gz: 8c205a075937ba79c011a6c357ba4d1e605981fd6456ff701f0c1bfd1aa21a189ff9d4fca66f4eddec3225f59d2bfe323c2b083871eed484eec3da8fee957918
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
@@ -2370,6 +2370,7 @@ module Google
2370
2370
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2371
2371
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2372
2372
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2373
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2373
2374
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2374
2375
  # trigger a retry.
2375
2376
  # @return [::Hash]
@@ -2453,6 +2454,7 @@ module Google
2453
2454
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2454
2455
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2455
2456
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2457
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2456
2458
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2457
2459
  # trigger a retry.
2458
2460
  #
@@ -704,6 +704,7 @@ module Google
704
704
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
705
705
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
706
706
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
707
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
707
708
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
708
709
  # trigger a retry.
709
710
  # @return [::Hash]
@@ -787,6 +788,7 @@ module Google
787
788
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
788
789
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
789
790
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
791
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
790
792
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
791
793
  # trigger a retry.
792
794
  #
@@ -2197,6 +2197,7 @@ module Google
2197
2197
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2198
2198
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2199
2199
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2200
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2200
2201
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2201
2202
  # trigger a retry.
2202
2203
  # @return [::Hash]
@@ -2269,6 +2270,7 @@ module Google
2269
2270
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2270
2271
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2271
2272
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2273
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2272
2274
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2273
2275
  # trigger a retry.
2274
2276
  #
@@ -542,6 +542,7 @@ module Google
542
542
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
543
543
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
544
544
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
545
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
545
546
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
546
547
  # trigger a retry.
547
548
  # @return [::Hash]
@@ -614,6 +615,7 @@ module Google
614
615
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
615
616
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
616
617
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
618
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
617
619
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
618
620
  # trigger a retry.
619
621
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Security
23
23
  module PrivateCA
24
24
  module V1beta1
25
- VERSION = "0.17.1"
25
+ VERSION = "0.18.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security-private_ca-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.1
4
+ version: 0.18.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