ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.clear() |
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.clearCode() |
Indicates the error reason code.
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.clearMostCommonHttpErrorCode() |
If the scan encounters TOO_MANY_HTTP_ERRORS, this field indicates the most
common HTTP error code, if such is available.
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.clearScanConfigError() |
If the scan encounters SCAN_CONFIG_ISSUE error, this field has the error
message encountered during scan configuration validation that is performed
before each scan run.
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.clone() |
|
ScanRunErrorTrace.Builder |
ScanRun.Builder.getErrorTraceBuilder() |
If result_state is an ERROR, this field provides the primary reason for
scan's termination and more details, if such are available.
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.mergeFrom(ScanRunErrorTrace other) |
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.mergeScanConfigError(ScanConfigError value) |
If the scan encounters SCAN_CONFIG_ISSUE error, this field has the error
message encountered during scan configuration validation that is performed
before each scan run.
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ScanRunErrorTrace.Builder |
ScanRunErrorTrace.newBuilder() |
|
static ScanRunErrorTrace.Builder |
ScanRunErrorTrace.newBuilder(ScanRunErrorTrace prototype) |
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.newBuilderForType() |
|
protected ScanRunErrorTrace.Builder |
ScanRunErrorTrace.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.setCode(ScanRunErrorTrace.Code value) |
Indicates the error reason code.
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.setCodeValue(int value) |
Indicates the error reason code.
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.setMostCommonHttpErrorCode(int value) |
If the scan encounters TOO_MANY_HTTP_ERRORS, this field indicates the most
common HTTP error code, if such is available.
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.setScanConfigError(ScanConfigError value) |
If the scan encounters SCAN_CONFIG_ISSUE error, this field has the error
message encountered during scan configuration validation that is performed
before each scan run.
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.setScanConfigError(ScanConfigError.Builder builderForValue) |
If the scan encounters SCAN_CONFIG_ISSUE error, this field has the error
message encountered during scan configuration validation that is performed
before each scan run.
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.toBuilder() |
|