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

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;