Interface XssOrBuilder (2.41.0)

public interface XssOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorMessage()

public abstract String getErrorMessage()

An error message generated by a javascript breakage.

string error_message = 2;

Returns
TypeDescription
String

The errorMessage.

getErrorMessageBytes()

public abstract ByteString getErrorMessageBytes()

An error message generated by a javascript breakage.

string error_message = 2;

Returns
TypeDescription
ByteString

The bytes for errorMessage.

getStackTraces(int index)

public abstract String getStackTraces(int index)

Stack traces leading to the point where the XSS occurred.

repeated string stack_traces = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The stackTraces at the given index.

getStackTracesBytes(int index)

public abstract ByteString getStackTracesBytes(int index)

Stack traces leading to the point where the XSS occurred.

repeated string stack_traces = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the stackTraces at the given index.

getStackTracesCount()

public abstract int getStackTracesCount()

Stack traces leading to the point where the XSS occurred.

repeated string stack_traces = 1;

Returns
TypeDescription
int

The count of stackTraces.

getStackTracesList()

public abstract List<String> getStackTracesList()

Stack traces leading to the point where the XSS occurred.

repeated string stack_traces = 1;

Returns
TypeDescription
List<String>

A list containing the stackTraces.