Send feedback
Class ScanRunErrorTrace (2.76.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class ScanRunErrorTrace extends GeneratedMessageV3 implements ScanRunErrorTraceOrBuilder
Output only.
Defines an error trace message for a ScanRun.
Protobuf type google.cloud.websecurityscanner.v1beta.ScanRunErrorTrace
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CODE_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER
Field Value
Type
Description
int
MOST_COMMON_HTTP_ERROR_CODE_FIELD_NUMBER
public static final int MOST_COMMON_HTTP_ERROR_CODE_FIELD_NUMBER
Field Value
Type
Description
int
SCAN_CONFIG_ERROR_FIELD_NUMBER
public static final int SCAN_CONFIG_ERROR_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static ScanRunErrorTrace getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ScanRunErrorTrace . Builder newBuilder ()
newBuilder(ScanRunErrorTrace prototype)
public static ScanRunErrorTrace . Builder newBuilder ( ScanRunErrorTrace prototype )
public static ScanRunErrorTrace parseDelimitedFrom ( InputStream input )
public static ScanRunErrorTrace parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ScanRunErrorTrace parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ScanRunErrorTrace parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ScanRunErrorTrace parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ScanRunErrorTrace parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ScanRunErrorTrace parseFrom ( CodedInputStream input )
public static ScanRunErrorTrace parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ScanRunErrorTrace parseFrom ( InputStream input )
public static ScanRunErrorTrace parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ScanRunErrorTrace parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ScanRunErrorTrace parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ScanRunErrorTrace> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getCode()
public ScanRunErrorTrace . Code getCode ()
Indicates the error reason code.
.google.cloud.websecurityscanner.v1beta.ScanRunErrorTrace.Code code = 1;
getCodeValue()
public int getCodeValue ()
Indicates the error reason code.
.google.cloud.websecurityscanner.v1beta.ScanRunErrorTrace.Code code = 1;
Returns
Type
Description
int
The enum numeric value on the wire for code.
getDefaultInstanceForType()
public ScanRunErrorTrace getDefaultInstanceForType ()
getMostCommonHttpErrorCode()
public int getMostCommonHttpErrorCode ()
If the scan encounters TOO_MANY_HTTP_ERRORS, this field indicates the most
common HTTP error code, if such is available. For example, if this code is
404, the scan has encountered too many NOT_FOUND responses.
int32 most_common_http_error_code = 3;
Returns
Type
Description
int
The mostCommonHttpErrorCode.
getParserForType()
public Parser<ScanRunErrorTrace> getParserForType ()
Overrides
getScanConfigError()
public ScanConfigError getScanConfigError ()
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.
.google.cloud.websecurityscanner.v1beta.ScanConfigError scan_config_error = 2;
getScanConfigErrorOrBuilder()
public ScanConfigErrorOrBuilder getScanConfigErrorOrBuilder ()
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.
.google.cloud.websecurityscanner.v1beta.ScanConfigError scan_config_error = 2;
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasScanConfigError()
public boolean hasScanConfigError ()
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.
.google.cloud.websecurityscanner.v1beta.ScanConfigError scan_config_error = 2;
Returns
Type
Description
boolean
Whether the scanConfigError field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ScanRunErrorTrace . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ScanRunErrorTrace . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ScanRunErrorTrace . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]