ScanRunLog.Builder |
ScanRunLog.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ScanRunLog.Builder |
ScanRunLog.Builder.clear() |
|
ScanRunLog.Builder |
ScanRunLog.Builder.clearErrorTrace() |
.google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;
|
ScanRunLog.Builder |
ScanRunLog.Builder.clearExecutionState() |
The execution state of the ScanRun.
|
ScanRunLog.Builder |
ScanRunLog.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ScanRunLog.Builder |
ScanRunLog.Builder.clearHasFindings() |
bool has_findings = 7;
|
ScanRunLog.Builder |
ScanRunLog.Builder.clearName() |
The resource name of the ScanRun being logged.
|
ScanRunLog.Builder |
ScanRunLog.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ScanRunLog.Builder |
ScanRunLog.Builder.clearResultState() |
The result state of the ScanRun.
|
ScanRunLog.Builder |
ScanRunLog.Builder.clearSummary() |
Human friendly message about the event.
|
ScanRunLog.Builder |
ScanRunLog.Builder.clearUrlsCrawledCount() |
int64 urls_crawled_count = 5;
|
ScanRunLog.Builder |
ScanRunLog.Builder.clearUrlsTestedCount() |
int64 urls_tested_count = 6;
|
ScanRunLog.Builder |
ScanRunLog.Builder.clone() |
|
ScanRunLog.Builder |
ScanRunLog.Builder.mergeErrorTrace(ScanRunErrorTrace value) |
.google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;
|
ScanRunLog.Builder |
ScanRunLog.Builder.mergeFrom(ScanRunLog other) |
|
ScanRunLog.Builder |
ScanRunLog.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ScanRunLog.Builder |
ScanRunLog.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ScanRunLog.Builder |
ScanRunLog.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ScanRunLog.Builder |
ScanRunLog.newBuilder() |
|
static ScanRunLog.Builder |
ScanRunLog.newBuilder(ScanRunLog prototype) |
|
ScanRunLog.Builder |
ScanRunLog.newBuilderForType() |
|
protected ScanRunLog.Builder |
ScanRunLog.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ScanRunLog.Builder |
ScanRunLog.Builder.setErrorTrace(ScanRunErrorTrace value) |
.google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;
|
ScanRunLog.Builder |
ScanRunLog.Builder.setErrorTrace(ScanRunErrorTrace.Builder builderForValue) |
.google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;
|
ScanRunLog.Builder |
ScanRunLog.Builder.setExecutionState(ScanRun.ExecutionState value) |
The execution state of the ScanRun.
|
ScanRunLog.Builder |
ScanRunLog.Builder.setExecutionStateValue(int value) |
The execution state of the ScanRun.
|
ScanRunLog.Builder |
ScanRunLog.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ScanRunLog.Builder |
ScanRunLog.Builder.setHasFindings(boolean value) |
bool has_findings = 7;
|
ScanRunLog.Builder |
ScanRunLog.Builder.setName(String value) |
The resource name of the ScanRun being logged.
|
ScanRunLog.Builder |
ScanRunLog.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The resource name of the ScanRun being logged.
|
ScanRunLog.Builder |
ScanRunLog.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ScanRunLog.Builder |
ScanRunLog.Builder.setResultState(ScanRun.ResultState value) |
The result state of the ScanRun.
|
ScanRunLog.Builder |
ScanRunLog.Builder.setResultStateValue(int value) |
The result state of the ScanRun.
|
ScanRunLog.Builder |
ScanRunLog.Builder.setSummary(String value) |
Human friendly message about the event.
|
ScanRunLog.Builder |
ScanRunLog.Builder.setSummaryBytes(com.google.protobuf.ByteString value) |
Human friendly message about the event.
|
ScanRunLog.Builder |
ScanRunLog.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ScanRunLog.Builder |
ScanRunLog.Builder.setUrlsCrawledCount(long value) |
int64 urls_crawled_count = 5;
|
ScanRunLog.Builder |
ScanRunLog.Builder.setUrlsTestedCount(long value) |
int64 urls_tested_count = 6;
|
ScanRunLog.Builder |
ScanRunLog.toBuilder() |
|