ScanRun.Builder |
ScanRun.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ScanRun.Builder |
ListScanRunsResponse.Builder.addScanRunsBuilder() |
The list of ScanRuns returned.
|
ScanRun.Builder |
ListScanRunsResponse.Builder.addScanRunsBuilder(int index) |
The list of ScanRuns returned.
|
ScanRun.Builder |
ScanRun.Builder.clear() |
|
ScanRun.Builder |
ScanRun.Builder.clearEndTime() |
The time at which the ScanRun reached termination state - that the ScanRun
is either finished or stopped by user.
|
ScanRun.Builder |
ScanRun.Builder.clearExecutionState() |
The execution state of the ScanRun.
|
ScanRun.Builder |
ScanRun.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ScanRun.Builder |
ScanRun.Builder.clearHasVulnerabilities() |
Whether the scan run has found any vulnerabilities.
|
ScanRun.Builder |
ScanRun.Builder.clearName() |
The resource name of the ScanRun.
|
ScanRun.Builder |
ScanRun.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ScanRun.Builder |
ScanRun.Builder.clearProgressPercent() |
The percentage of total completion ranging from 0 to 100.
|
ScanRun.Builder |
ScanRun.Builder.clearResultState() |
The result state of the ScanRun.
|
ScanRun.Builder |
ScanRun.Builder.clearStartTime() |
The time at which the ScanRun started.
|
ScanRun.Builder |
ScanRun.Builder.clearUrlsCrawledCount() |
The number of URLs crawled during this ScanRun.
|
ScanRun.Builder |
ScanRun.Builder.clearUrlsTestedCount() |
The number of URLs tested during this ScanRun.
|
ScanRun.Builder |
ScanRun.Builder.clone() |
|
ScanRun.Builder |
ScanConfig.Builder.getLatestRunBuilder() |
Latest ScanRun if available.
|
ScanRun.Builder |
ListScanRunsResponse.Builder.getScanRunsBuilder(int index) |
The list of ScanRuns returned.
|
ScanRun.Builder |
ScanRun.Builder.mergeEndTime(com.google.protobuf.Timestamp value) |
The time at which the ScanRun reached termination state - that the ScanRun
is either finished or stopped by user.
|
ScanRun.Builder |
ScanRun.Builder.mergeFrom(ScanRun other) |
|
ScanRun.Builder |
ScanRun.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ScanRun.Builder |
ScanRun.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ScanRun.Builder |
ScanRun.Builder.mergeStartTime(com.google.protobuf.Timestamp value) |
The time at which the ScanRun started.
|
ScanRun.Builder |
ScanRun.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ScanRun.Builder |
ScanRun.newBuilder() |
|
static ScanRun.Builder |
ScanRun.newBuilder(ScanRun prototype) |
|
ScanRun.Builder |
ScanRun.newBuilderForType() |
|
protected ScanRun.Builder |
ScanRun.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ScanRun.Builder |
ScanRun.Builder.setEndTime(com.google.protobuf.Timestamp value) |
The time at which the ScanRun reached termination state - that the ScanRun
is either finished or stopped by user.
|
ScanRun.Builder |
ScanRun.Builder.setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The time at which the ScanRun reached termination state - that the ScanRun
is either finished or stopped by user.
|
ScanRun.Builder |
ScanRun.Builder.setExecutionState(ScanRun.ExecutionState value) |
The execution state of the ScanRun.
|
ScanRun.Builder |
ScanRun.Builder.setExecutionStateValue(int value) |
The execution state of the ScanRun.
|
ScanRun.Builder |
ScanRun.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ScanRun.Builder |
ScanRun.Builder.setHasVulnerabilities(boolean value) |
Whether the scan run has found any vulnerabilities.
|
ScanRun.Builder |
ScanRun.Builder.setName(String value) |
The resource name of the ScanRun.
|
ScanRun.Builder |
ScanRun.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The resource name of the ScanRun.
|
ScanRun.Builder |
ScanRun.Builder.setProgressPercent(int value) |
The percentage of total completion ranging from 0 to 100.
|
ScanRun.Builder |
ScanRun.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ScanRun.Builder |
ScanRun.Builder.setResultState(ScanRun.ResultState value) |
The result state of the ScanRun.
|
ScanRun.Builder |
ScanRun.Builder.setResultStateValue(int value) |
The result state of the ScanRun.
|
ScanRun.Builder |
ScanRun.Builder.setStartTime(com.google.protobuf.Timestamp value) |
The time at which the ScanRun started.
|
ScanRun.Builder |
ScanRun.Builder.setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The time at which the ScanRun started.
|
ScanRun.Builder |
ScanRun.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ScanRun.Builder |
ScanRun.Builder.setUrlsCrawledCount(long value) |
The number of URLs crawled during this ScanRun.
|
ScanRun.Builder |
ScanRun.Builder.setUrlsTestedCount(long value) |
The number of URLs tested during this ScanRun.
|
ScanRun.Builder |
ScanRun.toBuilder() |
|