public interface XxeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for payloadValue. |