Class: Google::Cloud::WebSecurityScanner::V1::ScanRunLog
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1::ScanRunLog
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1/scan_run_log.rb
Overview
A ScanRunLog is an output-only proto used for Stackdriver customer logging. It is used for logs covering the start and end of scan pipelines. Other than an added summary, this is a subset of the ScanRun. Representation in logs is either a proto Struct, or converted to JSON. Next id: 9
Instance Attribute Summary collapse
- #error_trace ⇒ ::Google::Cloud::WebSecurityScanner::V1::ScanRunErrorTrace
-
#execution_state ⇒ ::Google::Cloud::WebSecurityScanner::V1::ScanRun::ExecutionState
The execution state of the ScanRun.
- #has_findings ⇒ ::Boolean
-
#name ⇒ ::String
The resource name of the ScanRun being logged.
-
#result_state ⇒ ::Google::Cloud::WebSecurityScanner::V1::ScanRun::ResultState
The result state of the ScanRun.
-
#summary ⇒ ::String
Human friendly message about the event.
- #urls_crawled_count ⇒ ::Integer
- #urls_tested_count ⇒ ::Integer
Instance Attribute Details
#error_trace ⇒ ::Google::Cloud::WebSecurityScanner::V1::ScanRunErrorTrace
49 50 51 52 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_run_log.rb', line 49 class ScanRunLog include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#execution_state ⇒ ::Google::Cloud::WebSecurityScanner::V1::ScanRun::ExecutionState
Returns The execution state of the ScanRun.
49 50 51 52 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_run_log.rb', line 49 class ScanRunLog include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#has_findings ⇒ ::Boolean
49 50 51 52 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_run_log.rb', line 49 class ScanRunLog include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The resource name of the ScanRun being logged.
49 50 51 52 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_run_log.rb', line 49 class ScanRunLog include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#result_state ⇒ ::Google::Cloud::WebSecurityScanner::V1::ScanRun::ResultState
Returns The result state of the ScanRun.
49 50 51 52 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_run_log.rb', line 49 class ScanRunLog include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#summary ⇒ ::String
Returns Human friendly message about the event.
49 50 51 52 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_run_log.rb', line 49 class ScanRunLog include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#urls_crawled_count ⇒ ::Integer
49 50 51 52 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_run_log.rb', line 49 class ScanRunLog include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#urls_tested_count ⇒ ::Integer
49 50 51 52 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_run_log.rb', line 49 class ScanRunLog include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |