google-apis-websecurityscanner_v1beta 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bebd499d90d9cb8a16d3330ed3bc8ce8af094f2cca9aecb1a6055ab7c059f578
4
- data.tar.gz: b48ac61ea7d4093284da9a0d3654bdeba662c40a007069a8e016c00bab27cc66
3
+ metadata.gz: a54d567a64fed8f689ae72ad08688257ee8068b3ae5c59ad5c10c5aad8802e7b
4
+ data.tar.gz: d2d890e01360c71bf2a926a5c397a583bf45e93e3f372e608c36c065af9a051a
5
5
  SHA512:
6
- metadata.gz: 50ba76f55354c75b8824d9638c64f637c634800cbcb43c0dba528dfbc12c0e1bc64582c3dc0aa7e0ccb0280d894a14accb77983947c40c5ca1792e1374f24b1d
7
- data.tar.gz: 3e1bb3c0dfa7d51ecb5f953bc2ba5d2200a98dc3f27f7a1fa74963ca44f78f8579e599fcd68216abdd2cebb130ca9398a1272c4e70be29c003cfe2d1893568ea
6
+ metadata.gz: 51dd47e6bb58b7fbc0f1b34f1177cddbb6e20bbcadd5369beba87d7f1f79a7fff137ba6c64b5644b3e1b3fc330f53edaeeeae403ccbb8cf68fac81a82b12bb97
7
+ data.tar.gz: 802d50d207ed296a55df01ced112f2561987bc1586716982fd565edbce4fab4c5ab44598e7b916535b943d0e7a62f508bccc733f083587c7296206f3618f6742
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-websecurityscanner_v1beta
2
2
 
3
+ ### v0.4.0 (2021-04-20)
4
+
5
+ * Regenerated from discovery document revision 20210417
6
+
3
7
  ### v0.3.0 (2021-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20210324
@@ -582,6 +582,12 @@ module Google
582
582
  # @return [String]
583
583
  attr_accessor :export_to_security_command_center
584
584
 
585
+ # Whether to keep scanning even if most requests return HTTP error codes.
586
+ # Corresponds to the JSON property `ignoreHttpStatusErrors`
587
+ # @return [Boolean]
588
+ attr_accessor :ignore_http_status_errors
589
+ alias_method :ignore_http_status_errors?, :ignore_http_status_errors
590
+
585
591
  # A ScanRun is a output-only resource representing an actual run of the scan.
586
592
  # Next id: 12
587
593
  # Corresponds to the JSON property `latestRun`
@@ -652,6 +658,7 @@ module Google
652
658
  @blacklist_patterns = args[:blacklist_patterns] if args.key?(:blacklist_patterns)
653
659
  @display_name = args[:display_name] if args.key?(:display_name)
654
660
  @export_to_security_command_center = args[:export_to_security_command_center] if args.key?(:export_to_security_command_center)
661
+ @ignore_http_status_errors = args[:ignore_http_status_errors] if args.key?(:ignore_http_status_errors)
655
662
  @latest_run = args[:latest_run] if args.key?(:latest_run)
656
663
  @managed_scan = args[:managed_scan] if args.key?(:managed_scan)
657
664
  @max_qps = args[:max_qps] if args.key?(:max_qps)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WebsecurityscannerV1beta
18
18
  # Version of the google-apis-websecurityscanner_v1beta gem
19
- GEM_VERSION = "0.3.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 = "20210324"
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 :latest_run, as: 'latestRun', class: Google::Apis::WebsecurityscannerV1beta::ScanRun, decorator: Google::Apis::WebsecurityscannerV1beta::ScanRun::Representation
373
374
 
374
375
  property :managed_scan, as: 'managedScan'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-websecurityscanner_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.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-04-05 00:00:00.000000000 Z
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_v1beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-websecurityscanner_v1beta/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-websecurityscanner_v1beta/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-websecurityscanner_v1beta
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.13
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 V1beta