Interface XxeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Xxe,Xxe.Builder
public interface XxeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Xxe.LocationgetPayloadLocation()Location within the request where the payload was placed.intgetPayloadLocationValue()Location within the request where the payload was placed.StringgetPayloadValue()The XML string that triggered the XXE vulnerability.com.google.protobuf.ByteStringgetPayloadValueBytes()The XML string that triggered the XXE vulnerability.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPayloadValue
String getPayloadValue()
The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.
string payload_value = 1;- Returns:
- The payloadValue.
-
getPayloadValueBytes
com.google.protobuf.ByteString getPayloadValueBytes()
The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.
string payload_value = 1;- Returns:
- The bytes for payloadValue.
-
getPayloadLocationValue
int getPayloadLocationValue()
Location within the request where the payload was placed.
.google.cloud.websecurityscanner.v1.Xxe.Location payload_location = 2;- Returns:
- The enum numeric value on the wire for payloadLocation.
-
getPayloadLocation
Xxe.Location getPayloadLocation()
Location within the request where the payload was placed.
.google.cloud.websecurityscanner.v1.Xxe.Location payload_location = 2;- Returns:
- The payloadLocation.
-
-