Google Cloud Web Risk V1beta1 Client - Class ThreatType (1.5.3)

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

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

Protobuf type google.cloud.webrisk.v1beta1.ThreatType

Namespace

Google \ Cloud \ WebRisk \ V1beta1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

THREAT_TYPE_UNSPECIFIED

Value: 0

Unknown.

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;