google-apis-websecurityscanner_v1 0.2.0 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -0
- data/lib/google/apis/websecurityscanner_v1.rb +1 -1
- data/lib/google/apis/websecurityscanner_v1/classes.rb +7 -0
- data/lib/google/apis/websecurityscanner_v1/gem_version.rb +3 -3
- data/lib/google/apis/websecurityscanner_v1/representations.rb +1 -0
- metadata +14 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a17812a81337f40915262b00925986dbe2c30a11fc6239766460a8dae2df811
|
4
|
+
data.tar.gz: 583e62be02136902b3c24cdf18cab63b95c47cff2a0e0749786105749086ace8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13a6aea5dcb958f7cedd0f69c61bb23a1bd51544db149ac2edb0d62333b4e4935f71d756c8580b8620de15c01a995ff0be9e3732065faea69b64ceca3540afbb
|
7
|
+
data.tar.gz: d13c77c1843d59b143387f48c85b0d45ed676cf88b8ad6e89eac95d380acc3023ec0928b7ad05e8a665113155a746da9d12a183ca783c650683c8fc7d1d866d6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# Release history for google-apis-websecurityscanner_v1
|
2
2
|
|
3
|
+
### v0.7.0 (2021-06-29)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.4.0
|
6
|
+
|
7
|
+
### v0.6.0 (2021-06-24)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.3.0
|
10
|
+
|
11
|
+
### v0.5.0 (2021-05-20)
|
12
|
+
|
13
|
+
* Unspecified changes
|
14
|
+
|
15
|
+
### v0.4.0 (2021-04-20)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210417
|
18
|
+
|
19
|
+
### v0.3.0 (2021-03-30)
|
20
|
+
|
21
|
+
* Regenerated from discovery document revision 20210324
|
22
|
+
* Regenerated using generator version 0.2.0
|
23
|
+
|
3
24
|
### v0.2.0 (2021-03-04)
|
4
25
|
|
5
26
|
* Regenerated using generator version 0.1.2
|
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1'
|
31
31
|
|
32
|
-
#
|
32
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
34
|
end
|
35
35
|
end
|
@@ -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.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.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,29 +1,35 @@
|
|
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.7.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-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Web Security Scanner API V1. Simple
|
28
34
|
REST clients are Ruby client libraries that provide access to Google services via
|
29
35
|
their HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-websecurityscanner_v1/v0.7.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-websecurityscanner_v1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
75
|
- !ruby/object:Gem::Version
|
70
76
|
version: '0'
|
71
77
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
78
|
+
rubygems_version: 3.2.17
|
73
79
|
signing_key:
|
74
80
|
specification_version: 4
|
75
81
|
summary: Simple REST client for Web Security Scanner API V1
|