Google Cloud Web Risk V1 Client - Class AbuseType (1.5.3)

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

The abuse type found on the URI.

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

Namespace

Google \ Cloud \ WebRisk \ V1 \ ThreatInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ABUSE_TYPE_UNSPECIFIED

Value: 0

Default.

Generated from protobuf enum ABUSE_TYPE_UNSPECIFIED = 0;

MALWARE

Value: 1

The URI contains malware.

Generated from protobuf enum MALWARE = 1;

SOCIAL_ENGINEERING

Value: 2

The URI contains social engineering.

Generated from protobuf enum SOCIAL_ENGINEERING = 2;

UNWANTED_SOFTWARE

Value: 3

The URI contains unwanted software.

Generated from protobuf enum UNWANTED_SOFTWARE = 3;