Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1beta |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.addRepeatedField(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(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(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(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.mergeFrom(Message other) |
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.Builder.mergeFrom(ScanRunErrorTrace 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(UnknownFieldSet unknownFields) |
static ScanRunErrorTrace.Builder |
ScanRunErrorTrace.newBuilder() |
static ScanRunErrorTrace.Builder |
ScanRunErrorTrace.newBuilder(ScanRunErrorTrace prototype) |
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.newBuilderForType() |
protected ScanRunErrorTrace.Builder |
ScanRunErrorTrace.newBuilderForType(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(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(Descriptors.FieldDescriptor field,
int index,
Object value) |
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.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.setUnknownFields(UnknownFieldSet unknownFields) |
ScanRunErrorTrace.Builder |
ScanRunErrorTrace.toBuilder() |
Modifier and Type | Method and Description |
---|---|
ScanRun.Builder |
ScanRun.Builder.setErrorTrace(ScanRunErrorTrace.Builder builderForValue)
If result_state is an ERROR, this field provides the primary reason for
scan's termination and more details, if such are available.
|
Copyright © 2022 Google LLC. All rights reserved.