Google Cloud Web Risk V1 Client - Class ThreatType (1.3.0)

Reference documentation and code samples for the Google Cloud Web Risk V1 Client class ThreatType.

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

Protobuf type google.cloud.webrisk.v1.ThreatType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

THREAT_TYPE_UNSPECIFIED

Value: 0

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

Generated from protobuf enum THREAT_TYPE_UNSPECIFIED = 0;

MALWARE

Value: 1

Malware targeting any platform.

Generated from protobuf enum MALWARE = 1;

SOCIAL_ENGINEERING

Value: 2

Social engineering targeting any platform.

Generated from protobuf enum SOCIAL_ENGINEERING = 2;

UNWANTED_SOFTWARE

Value: 3

Unwanted software targeting any platform.

Generated from protobuf enum UNWANTED_SOFTWARE = 3;

SOCIAL_ENGINEERING_EXTENDED_COVERAGE

Value: 4

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

Generated from protobuf enum SOCIAL_ENGINEERING_EXTENDED_COVERAGE = 4;