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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScanRunErrorTracegetErrorTrace().google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;ScanRunErrorTraceOrBuildergetErrorTraceOrBuilder().google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;ScanRun.ExecutionStategetExecutionState()The execution state of the ScanRun.intgetExecutionStateValue()The execution state of the ScanRun.booleangetHasFindings()bool has_findings = 7;StringgetName()The resource name of the ScanRun being logged.com.google.protobuf.ByteStringgetNameBytes()The resource name of the ScanRun being logged.ScanRun.ResultStategetResultState()The result state of the ScanRun.intgetResultStateValue()The result state of the ScanRun.StringgetSummary()Human friendly message about the event.com.google.protobuf.ByteStringgetSummaryBytes()Human friendly message about the event.longgetUrlsCrawledCount()int64 urls_crawled_count = 5;longgetUrlsTestedCount()int64 urls_tested_count = 6;booleanhasErrorTrace().google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-