google-cloud-security_center_management-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: ea949290912b47b23a5e14d02924717ce771751d9394ddd8966950d979c008ef
4
- data.tar.gz: eefbb66bb0e6f8ffb6bc630ff1dbe382f8eeaa982a53c72b32889f06d5472ef3
3
+ metadata.gz: c130395d5f7aecb6dfbeb404b675917dab258fe4f96be056c121a48b1bdf92ad
4
+ data.tar.gz: 94a371fd2f49669fe68e7256a056a76b5031fed08349b5a62ccd952310c5e6f0
5
5
  SHA512:
6
- metadata.gz: 15fe2b57c939291f285372123b4189e09f642234dc672e1a069dafaac0f4f3afa650d610dcd9975af8741f0dd403fe58d22fa69257c8dfa12ab88f777eb34327
7
- data.tar.gz: c8f709814eb51fc9b2c376bba50e6e9a25235c59ef982f279d9795d110a260143149d5d59d7601b9be00b207ce764f6af42867066b9077810efe322aebc8fa9b
6
+ metadata.gz: d4e487949159aa0f1d6e095cdf25331dea743fdc3d0e7edd2e096357a5ce1831c3da1565c786a435347574fd2d4dc2db5ed7bf70b2a6c7ff8939fe4b4c7e7852
7
+ data.tar.gz: 880b8cbc83d481ec5011a8324233e9d93b8ff1c879bdab1f25620a71a95604e2f9f3d27bdeb005a369f4ca2ce2b7c97f6446773a73dfd0f145fd38efb230b722
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
@@ -2540,6 +2540,7 @@ module Google
2540
2540
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2541
2541
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2542
2542
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2543
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2543
2544
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2544
2545
  # trigger a retry.
2545
2546
  # @return [::Hash]
@@ -2623,6 +2624,7 @@ module Google
2623
2624
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2624
2625
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2625
2626
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2627
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2626
2628
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2627
2629
  # trigger a retry.
2628
2630
  #
@@ -2361,6 +2361,7 @@ module Google
2361
2361
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2362
2362
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2363
2363
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2364
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2364
2365
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2365
2366
  # trigger a retry.
2366
2367
  # @return [::Hash]
@@ -2440,6 +2441,7 @@ module Google
2440
2441
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2441
2442
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2442
2443
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2444
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2443
2445
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2444
2446
  # trigger a retry.
2445
2447
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecurityCenterManagement
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-security_center_management-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