Web Security Scanner V1 API - Class Google::Cloud::WebSecurityScanner::V1::ScanRunLog (v0.4.1)

Reference documentation and code samples for the Web Security Scanner V1 API class Google::Cloud::WebSecurityScanner::V1::ScanRunLog.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#error_trace

def error_trace() -> ::Google::Cloud::WebSecurityScanner::V1::ScanRunErrorTrace

#error_trace=

def error_trace=(value) -> ::Google::Cloud::WebSecurityScanner::V1::ScanRunErrorTrace

#execution_state

def execution_state() -> ::Google::Cloud::WebSecurityScanner::V1::ScanRun::ExecutionState
Returns

#execution_state=

def execution_state=(value) -> ::Google::Cloud::WebSecurityScanner::V1::ScanRun::ExecutionState
Parameter
Returns

#has_findings

def has_findings() -> ::Boolean
Returns
  • (::Boolean)

#has_findings=

def has_findings=(value) -> ::Boolean
Parameter
  • value (::Boolean)
Returns
  • (::Boolean)

#name

def name() -> ::String
Returns
  • (::String) — The resource name of the ScanRun being logged.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The resource name of the ScanRun being logged.
Returns
  • (::String) — The resource name of the ScanRun being logged.

#result_state

def result_state() -> ::Google::Cloud::WebSecurityScanner::V1::ScanRun::ResultState
Returns

#result_state=

def result_state=(value) -> ::Google::Cloud::WebSecurityScanner::V1::ScanRun::ResultState
Parameter
Returns

#summary

def summary() -> ::String
Returns
  • (::String) — Human friendly message about the event.

#summary=

def summary=(value) -> ::String
Parameter
  • value (::String) — Human friendly message about the event.
Returns
  • (::String) — Human friendly message about the event.

#urls_crawled_count

def urls_crawled_count() -> ::Integer
Returns
  • (::Integer)

#urls_crawled_count=

def urls_crawled_count=(value) -> ::Integer
Parameter
  • value (::Integer)
Returns
  • (::Integer)

#urls_tested_count

def urls_tested_count() -> ::Integer
Returns
  • (::Integer)

#urls_tested_count=

def urls_tested_count=(value) -> ::Integer
Parameter
  • value (::Integer)
Returns
  • (::Integer)