Interface XxeOrBuilder (2.3.0)

public interface XxeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPayloadLocation()

public abstract Xxe.Location getPayloadLocation()

Location within the request where the payload was placed.

.google.cloud.websecurityscanner.v1.Xxe.Location payload_location = 2;

Returns
TypeDescription
Xxe.Location

The payloadLocation.

getPayloadLocationValue()

public abstract int getPayloadLocationValue()

Location within the request where the payload was placed.

.google.cloud.websecurityscanner.v1.Xxe.Location payload_location = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for payloadLocation.

getPayloadValue()

public abstract String getPayloadValue()

The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.

string payload_value = 1;

Returns
TypeDescription
String

The payloadValue.

getPayloadValueBytes()

public abstract ByteString getPayloadValueBytes()

The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.

string payload_value = 1;

Returns
TypeDescription
ByteString

The bytes for payloadValue.