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

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

Labels that explain how the URI was classified.

Protobuf type google.cloud.webrisk.v1.ThreatInfo.ThreatJustification.JustificationLabel

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

JUSTIFICATION_LABEL_UNSPECIFIED

Value: 0

Default.

Generated from protobuf enum JUSTIFICATION_LABEL_UNSPECIFIED = 0;

MANUAL_VERIFICATION

Value: 1

The submitter manually verified that the submission is unsafe.

Generated from protobuf enum MANUAL_VERIFICATION = 1;

USER_REPORT

Value: 2

The submitter received the submission from an end user.

Generated from protobuf enum USER_REPORT = 2;

AUTOMATED_REPORT

Value: 3

The submitter received the submission from an automated system.

Generated from protobuf enum AUTOMATED_REPORT = 3;