Class: Google::Cloud::WebSecurityScanner::V1::ScanRunLog

Inherits:
Object
  • Object
show all
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

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.

Returns:



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

Returns:

  • (::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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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

Returns:

  • (::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

Returns:

  • (::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