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
Namespace
Google \ Cloud \ WebRisk \ V1 \ ThreatInfo \ ThreatJustificationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;