public final class Xss extends GeneratedMessageV3 implements XssOrBuilder
Information reported for an XSS.
Protobuf type google.cloud.websecurityscanner.v1.Xss
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
ATTACK_VECTOR_FIELD_NUMBER
public static final int ATTACK_VECTOR_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ERROR_MESSAGE_FIELD_NUMBER
public static final int ERROR_MESSAGE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
STACK_TRACES_FIELD_NUMBER
public static final int STACK_TRACES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
STORED_XSS_SEEDING_URL_FIELD_NUMBER
public static final int STORED_XSS_SEEDING_URL_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Xss getDefaultInstance()
Returns |
---|
Type | Description |
Xss | |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Xss.Builder newBuilder()
newBuilder(Xss prototype)
public static Xss.Builder newBuilder(Xss prototype)
Parameter |
---|
Name | Description |
prototype | Xss
|
public static Xss parseDelimitedFrom(InputStream input)
Returns |
---|
Type | Description |
Xss | |
public static Xss parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Xss | |
parseFrom(byte[] data)
public static Xss parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
Returns |
---|
Type | Description |
Xss | |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Xss parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Xss | |
parseFrom(ByteString data)
public static Xss parseFrom(ByteString data)
Returns |
---|
Type | Description |
Xss | |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Xss parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Xss | |
public static Xss parseFrom(CodedInputStream input)
Returns |
---|
Type | Description |
Xss | |
public static Xss parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Xss | |
public static Xss parseFrom(InputStream input)
Returns |
---|
Type | Description |
Xss | |
public static Xss parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Xss | |
parseFrom(ByteBuffer data)
public static Xss parseFrom(ByteBuffer data)
Returns |
---|
Type | Description |
Xss | |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Xss parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Xss | |
parser()
public static Parser<Xss> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getAttackVector()
public Xss.AttackVector getAttackVector()
The attack vector of the payload triggering this XSS.
.google.cloud.websecurityscanner.v1.Xss.AttackVector attack_vector = 3;
getAttackVectorValue()
public int getAttackVectorValue()
The attack vector of the payload triggering this XSS.
.google.cloud.websecurityscanner.v1.Xss.AttackVector attack_vector = 3;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for attackVector.
|
getDefaultInstanceForType()
public Xss getDefaultInstanceForType()
Returns |
---|
Type | Description |
Xss | |
getErrorMessage()
public String getErrorMessage()
An error message generated by a javascript breakage.
string error_message = 2;
Returns |
---|
Type | Description |
String | The errorMessage.
|
getErrorMessageBytes()
public ByteString getErrorMessageBytes()
An error message generated by a javascript breakage.
string error_message = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for errorMessage.
|
getParserForType()
public Parser<Xss> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getStackTraces(int index)
public String getStackTraces(int index)
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The stackTraces at the given index.
|
getStackTracesBytes(int index)
public ByteString getStackTracesBytes(int index)
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the stackTraces at the given index.
|
getStackTracesCount()
public int getStackTracesCount()
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
Returns |
---|
Type | Description |
int | The count of stackTraces.
|
getStackTracesList()
public ProtocolStringList getStackTracesList()
Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
getStoredXssSeedingUrl()
public String getStoredXssSeedingUrl()
The reproduction url for the seeding POST request of a Stored XSS.
string stored_xss_seeding_url = 4;
Returns |
---|
Type | Description |
String | The storedXssSeedingUrl.
|
getStoredXssSeedingUrlBytes()
public ByteString getStoredXssSeedingUrlBytes()
The reproduction url for the seeding POST request of a Stored XSS.
string stored_xss_seeding_url = 4;
Returns |
---|
Type | Description |
ByteString | The bytes for storedXssSeedingUrl.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Xss.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Xss.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Xss.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides