google-apis-websecurityscanner_v1 0.3.0 → 0.4.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 06e41471ca57e1b30e601fa925334c2b10efcdfa91556a01a8603695084c8fde
|
|
4
|
+
data.tar.gz: 98806dfd71d0f331eeb9491497c10475f8ef32eb2c02de1b6c3fd63993c481d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 844032278264507eff8459377b04a50f89d921fe5297b2cd28fe7f5abd4c0b5e445473b753813b9065f8f971e1f51de10b19f298abe5d76395f91fd05e446c01
|
|
7
|
+
data.tar.gz: 22ea81086bbaa830cb543e1d51255fb87aee0ac7affba519adcbedf65635c71d12acba748d9067ae5fdd97d280502981e12a73ef1db1eb1bd6b5be63afeea309
|
data/CHANGELOG.md
CHANGED
|
@@ -585,6 +585,12 @@ module Google
|
|
|
585
585
|
# @return [String]
|
|
586
586
|
attr_accessor :export_to_security_command_center
|
|
587
587
|
|
|
588
|
+
# Whether to keep scanning even if most requests return HTTP error codes.
|
|
589
|
+
# Corresponds to the JSON property `ignoreHttpStatusErrors`
|
|
590
|
+
# @return [Boolean]
|
|
591
|
+
attr_accessor :ignore_http_status_errors
|
|
592
|
+
alias_method :ignore_http_status_errors?, :ignore_http_status_errors
|
|
593
|
+
|
|
588
594
|
# Whether the scan config is managed by Web Security Scanner, output only.
|
|
589
595
|
# Corresponds to the JSON property `managedScan`
|
|
590
596
|
# @return [Boolean]
|
|
@@ -643,6 +649,7 @@ module Google
|
|
|
643
649
|
@blacklist_patterns = args[:blacklist_patterns] if args.key?(:blacklist_patterns)
|
|
644
650
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
645
651
|
@export_to_security_command_center = args[:export_to_security_command_center] if args.key?(:export_to_security_command_center)
|
|
652
|
+
@ignore_http_status_errors = args[:ignore_http_status_errors] if args.key?(:ignore_http_status_errors)
|
|
646
653
|
@managed_scan = args[:managed_scan] if args.key?(:managed_scan)
|
|
647
654
|
@max_qps = args[:max_qps] if args.key?(:max_qps)
|
|
648
655
|
@name = args[:name] if args.key?(:name)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module WebsecurityscannerV1
|
|
18
18
|
# Version of the google-apis-websecurityscanner_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.4.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210417"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -369,6 +369,7 @@ module Google
|
|
|
369
369
|
collection :blacklist_patterns, as: 'blacklistPatterns'
|
|
370
370
|
property :display_name, as: 'displayName'
|
|
371
371
|
property :export_to_security_command_center, as: 'exportToSecurityCommandCenter'
|
|
372
|
+
property :ignore_http_status_errors, as: 'ignoreHttpStatusErrors'
|
|
372
373
|
property :managed_scan, as: 'managedScan'
|
|
373
374
|
property :max_qps, as: 'maxQps'
|
|
374
375
|
property :name, as: 'name'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-websecurityscanner_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-websecurityscanner_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-websecurityscanner_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-websecurityscanner_v1/v0.4.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-websecurityscanner_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.2.
|
|
72
|
+
rubygems_version: 3.2.17
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for Web Security Scanner API V1
|