public interface XssOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage()
An error message generated by a javascript breakage.
|
ByteString |
getErrorMessageBytes()
An error message generated by a javascript breakage.
|
String |
getStackTraces(int index)
Stack traces leading to the point where the XSS occurred.
|
ByteString |
getStackTracesBytes(int index)
Stack traces leading to the point where the XSS occurred.
|
int |
getStackTracesCount()
Stack traces leading to the point where the XSS occurred.
|
List<String> |
getStackTracesList()
Stack traces leading to the point where the XSS occurred.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<String> getStackTracesList()
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
int getStackTracesCount()
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
String getStackTraces(int index)
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
index
- The index of the element to return.ByteString getStackTracesBytes(int index)
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
index
- The index of the value to return.String getErrorMessage()
An error message generated by a javascript breakage.
string error_message = 2;
ByteString getErrorMessageBytes()
An error message generated by a javascript breakage.
string error_message = 2;
Copyright © 2022 Google LLC. All rights reserved.