Enum ThreatInfo.AbuseType (2.40.0)

public enum ThreatInfo.AbuseType extends Enum<ThreatInfo.AbuseType> implements ProtocolMessageEnum

The abuse type found on the URI.

Protobuf enum google.cloud.webrisk.v1.ThreatInfo.AbuseType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ABUSE_TYPE_UNSPECIFIED

Default.

ABUSE_TYPE_UNSPECIFIED = 0;

ABUSE_TYPE_UNSPECIFIED_VALUE

Default.

ABUSE_TYPE_UNSPECIFIED = 0;

MALWARE

The URI contains malware.

MALWARE = 1;

MALWARE_VALUE

The URI contains malware.

MALWARE = 1;

SOCIAL_ENGINEERING

The URI contains social engineering.

SOCIAL_ENGINEERING = 2;

SOCIAL_ENGINEERING_VALUE

The URI contains social engineering.

SOCIAL_ENGINEERING = 2;

UNRECOGNIZED
UNWANTED_SOFTWARE

The URI contains unwanted software.

UNWANTED_SOFTWARE = 3;

UNWANTED_SOFTWARE_VALUE

The URI contains unwanted software.

UNWANTED_SOFTWARE = 3;

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()