google-apis-websecurityscanner_v1beta 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af8b2ece0985d7a479f6548975cb188afd3c9718bf383fe11476c953c16c28b0
4
- data.tar.gz: f5746f08d568e22f6bf081975dd7410f6ccfc43e324518d126f66b355091c771
3
+ metadata.gz: 305a6dee52b286a4b2b37a74bcad55c614e06ecbffc32da3492dcf0240abcf60
4
+ data.tar.gz: 9d76830409894bc572736a66efccfdcabb10ef7ca85c9fb4639251267fe43428
5
5
  SHA512:
6
- metadata.gz: 1d4fc7d3b4ab2b9d5de6e4592da61e85a75f46a4178daf1e1f46e6c58303be368acd370a083f5bc47151abd70805da788f90bb5a0a63e9a2430963e5c567b9fb
7
- data.tar.gz: a4c75f486464507eadb937d0b59e317be4ca6bb916fe8d21a929316ef96a5848ff5c8076c1fd402f614ef4c8fb63540c7ac2bfe1b365f6265a21e21b5bec4eb1
6
+ metadata.gz: 8945fb5bee20970f33ba5bb5fbaa50d565638c3af47d13c8962ac048b1449183b8fea10f317592e1de7dba34cfef15788ef25481a4b1314824727a459d4f9e1d
7
+ data.tar.gz: a020d55d4414f7bf85894b65eb924fb0939edc397e9364c69122ed5a7510493679760d11476588f45f5f739527d9948456a8d27dcd078a6b2c8067f0d781c568
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-websecurityscanner_v1beta
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 = 'V1beta'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
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
@@ -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.2.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.1.2"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20200919"
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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-websecurityscanner_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.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-03-08 00:00:00.000000000 Z
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.1'
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: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Web Security Scanner API V1beta. 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_v1beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-websecurityscanner_v1beta/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-websecurityscanner_v1beta/v0.7.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-websecurityscanner_v1beta
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.13
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 V1beta