Enum Xxe.Location (2.41.0)

public enum Xxe.Location extends Enum<Xxe.Location> implements ProtocolMessageEnum

Locations within a request where XML was substituted.

Protobuf enum google.cloud.websecurityscanner.v1.Xxe.Location

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMPLETE_REQUEST_BODY

The XML payload replaced the complete request body.

COMPLETE_REQUEST_BODY = 1;

COMPLETE_REQUEST_BODY_VALUE

The XML payload replaced the complete request body.

COMPLETE_REQUEST_BODY = 1;

LOCATION_UNSPECIFIED

Unknown Location.

LOCATION_UNSPECIFIED = 0;

LOCATION_UNSPECIFIED_VALUE

Unknown Location.

LOCATION_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()