Enum ThreatType (2.40.0)

public enum ThreatType extends Enum<ThreatType> implements ProtocolMessageEnum

The type of threat. This maps directly to the threat list a threat may belong to.

Protobuf enum google.cloud.webrisk.v1.ThreatType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MALWARE

Malware targeting any platform.

MALWARE = 1;

MALWARE_VALUE

Malware targeting any platform.

MALWARE = 1;

SOCIAL_ENGINEERING

Social engineering targeting any platform.

SOCIAL_ENGINEERING = 2;

SOCIAL_ENGINEERING_EXTENDED_COVERAGE

A list of extended coverage social engineering URIs targeting any platform.

SOCIAL_ENGINEERING_EXTENDED_COVERAGE = 4;

SOCIAL_ENGINEERING_EXTENDED_COVERAGE_VALUE

A list of extended coverage social engineering URIs targeting any platform.

SOCIAL_ENGINEERING_EXTENDED_COVERAGE = 4;

SOCIAL_ENGINEERING_VALUE

Social engineering targeting any platform.

SOCIAL_ENGINEERING = 2;

THREAT_TYPE_UNSPECIFIED

No entries should match this threat type. This threat type is unused.

THREAT_TYPE_UNSPECIFIED = 0;

THREAT_TYPE_UNSPECIFIED_VALUE

No entries should match this threat type. This threat type is unused.

THREAT_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
UNWANTED_SOFTWARE

Unwanted software targeting any platform.

UNWANTED_SOFTWARE = 3;

UNWANTED_SOFTWARE_VALUE

Unwanted software targeting any platform.

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