google-cloud-web_security_scanner-v1beta 0.14.1 → 0.15.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/web_security_scanner/v1beta/version.rb +1 -1
- data/lib/google/cloud/web_security_scanner/v1beta/web_security_scanner/client.rb +2 -0
- data/lib/google/cloud/web_security_scanner/v1beta/web_security_scanner/rest/client.rb +2 -0
- 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: 245f148f034890dc83a742569c5a19223171c6ca63e90362e0957bf8a48a6987
|
|
4
|
+
data.tar.gz: d0b3ba64c06d65c403d45c745faa5d4cb8942d1d8b773c645b4f2ba4bd0469e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a1d82704bf5e3c2359cea4f0198b6edb36c8f7fe76353ca909e9d7ec68fa0d18676bb81044b57e52c7d1d51705c14202336e1c697161092fbb5c8de79fcb96f
|
|
7
|
+
data.tar.gz: 6e236ce8157c4a8a0235a7606e197fc709847ae9f1bd64a0ca27495fe72d7a6f34b590ea7f30362c84cab5fb4398aa536c1aa75f409437d7bbda9aba1b3a1fdb
|
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
|
|
@@ -1527,6 +1527,7 @@ module Google
|
|
|
1527
1527
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1528
1528
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1529
1529
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1530
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1530
1531
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1531
1532
|
# trigger a retry.
|
|
1532
1533
|
# @return [::Hash]
|
|
@@ -1610,6 +1611,7 @@ module Google
|
|
|
1610
1611
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1611
1612
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1612
1613
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1614
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1613
1615
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1614
1616
|
# trigger a retry.
|
|
1615
1617
|
#
|
|
@@ -1403,6 +1403,7 @@ module Google
|
|
|
1403
1403
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1404
1404
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1405
1405
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1406
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1406
1407
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1407
1408
|
# trigger a retry.
|
|
1408
1409
|
# @return [::Hash]
|
|
@@ -1475,6 +1476,7 @@ module Google
|
|
|
1475
1476
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1476
1477
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1477
1478
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1479
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1478
1480
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1479
1481
|
# trigger a retry.
|
|
1480
1482
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-web_security_scanner-v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.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
|