public interface XssOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
An error message generated by a javascript breakage.
|
com.google.protobuf.ByteString |
getErrorMessageBytes()
An error message generated by a javascript breakage.
|
String |
getStackTraces(int index)
Stack traces leading to the point where the XSS occurred.
|
com.google.protobuf.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, hasOneofList<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;com.google.protobuf.ByteString getStackTracesBytes(int index)
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;String getErrorMessage()
An error message generated by a javascript breakage.
string error_message = 2;com.google.protobuf.ByteString getErrorMessageBytes()
An error message generated by a javascript breakage.
string error_message = 2;Copyright © 2019 Google LLC. All rights reserved.