public interface ScanRunLogOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ScanRunErrorTrace |
getErrorTrace()
.google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8; |
ScanRunErrorTraceOrBuilder |
getErrorTraceOrBuilder()
.google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8; |
ScanRun.ExecutionState |
getExecutionState()
The execution state of the ScanRun.
|
int |
getExecutionStateValue()
The execution state of the ScanRun.
|
boolean |
getHasFindings()
bool has_findings = 7; |
String |
getName()
The resource name of the ScanRun being logged.
|
ByteString |
getNameBytes()
The resource name of the ScanRun being logged.
|
ScanRun.ResultState |
getResultState()
The result state of the ScanRun.
|
int |
getResultStateValue()
The result state of the ScanRun.
|
String |
getSummary()
Human friendly message about the event.
|
ByteString |
getSummaryBytes()
Human friendly message about the event.
|
long |
getUrlsCrawledCount()
int64 urls_crawled_count = 5; |
long |
getUrlsTestedCount()
int64 urls_tested_count = 6; |
boolean |
hasErrorTrace()
.google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getSummary()
Human friendly message about the event.
string summary = 1;
ByteString getSummaryBytes()
Human friendly message about the event.
string summary = 1;
String getName()
The resource name of the ScanRun being logged.
string name = 2;
ByteString getNameBytes()
The resource name of the ScanRun being logged.
string name = 2;
int getExecutionStateValue()
The execution state of the ScanRun.
.google.cloud.websecurityscanner.v1.ScanRun.ExecutionState execution_state = 3;
ScanRun.ExecutionState getExecutionState()
The execution state of the ScanRun.
.google.cloud.websecurityscanner.v1.ScanRun.ExecutionState execution_state = 3;
int getResultStateValue()
The result state of the ScanRun.
.google.cloud.websecurityscanner.v1.ScanRun.ResultState result_state = 4;
ScanRun.ResultState getResultState()
The result state of the ScanRun.
.google.cloud.websecurityscanner.v1.ScanRun.ResultState result_state = 4;
long getUrlsCrawledCount()
int64 urls_crawled_count = 5;
long getUrlsTestedCount()
int64 urls_tested_count = 6;
boolean getHasFindings()
bool has_findings = 7;
boolean hasErrorTrace()
.google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;
ScanRunErrorTrace getErrorTrace()
.google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;
ScanRunErrorTraceOrBuilder getErrorTraceOrBuilder()
.google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;
Copyright © 2022 Google LLC. All rights reserved.