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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/security_center_management/v1/security_center_management/client.rb +2 -0
- data/lib/google/cloud/security_center_management/v1/security_center_management/rest/client.rb +2 -0
- data/lib/google/cloud/security_center_management/v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c130395d5f7aecb6dfbeb404b675917dab258fe4f96be056c121a48b1bdf92ad
|
|
4
|
+
data.tar.gz: 94a371fd2f49669fe68e7256a056a76b5031fed08349b5a62ccd952310c5e6f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
#
|
data/lib/google/cloud/security_center_management/v1/security_center_management/rest/client.rb
CHANGED
|
@@ -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
|
#
|
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.
|
|
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.
|
|
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.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|