Interface ScanRunLogOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ScanRunLog, ScanRunLog.Builder

    public interface ScanRunLogOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getSummary

        String getSummary()
         Human friendly message about the event.
         
        string summary = 1;
        Returns:
        The summary.
      • getSummaryBytes

        com.google.protobuf.ByteString getSummaryBytes()
         Human friendly message about the event.
         
        string summary = 1;
        Returns:
        The bytes for summary.
      • getName

        String getName()
         The resource name of the ScanRun being logged.
         
        string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The resource name of the ScanRun being logged.
         
        string name = 2;
        Returns:
        The bytes for name.
      • getExecutionStateValue

        int getExecutionStateValue()
         The execution state of the ScanRun.
         
        .google.cloud.websecurityscanner.v1.ScanRun.ExecutionState execution_state = 3;
        Returns:
        The enum numeric value on the wire for executionState.
      • getExecutionState

        ScanRun.ExecutionState getExecutionState()
         The execution state of the ScanRun.
         
        .google.cloud.websecurityscanner.v1.ScanRun.ExecutionState execution_state = 3;
        Returns:
        The executionState.
      • getResultStateValue

        int getResultStateValue()
         The result state of the ScanRun.
         
        .google.cloud.websecurityscanner.v1.ScanRun.ResultState result_state = 4;
        Returns:
        The enum numeric value on the wire for resultState.
      • getResultState

        ScanRun.ResultState getResultState()
         The result state of the ScanRun.
         
        .google.cloud.websecurityscanner.v1.ScanRun.ResultState result_state = 4;
        Returns:
        The resultState.
      • getUrlsCrawledCount

        long getUrlsCrawledCount()
        int64 urls_crawled_count = 5;
        Returns:
        The urlsCrawledCount.
      • getUrlsTestedCount

        long getUrlsTestedCount()
        int64 urls_tested_count = 6;
        Returns:
        The urlsTestedCount.
      • getHasFindings

        boolean getHasFindings()
        bool has_findings = 7;
        Returns:
        The hasFindings.
      • hasErrorTrace

        boolean hasErrorTrace()
        .google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;
        Returns:
        Whether the errorTrace field is set.
      • getErrorTrace

        ScanRunErrorTrace getErrorTrace()
        .google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;
        Returns:
        The errorTrace.
      • getErrorTraceOrBuilder

        ScanRunErrorTraceOrBuilder getErrorTraceOrBuilder()
        .google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;