Enum ThreatInfo.ThreatJustification.JustificationLabel (2.40.0)

public enum ThreatInfo.ThreatJustification.JustificationLabel extends Enum<ThreatInfo.ThreatJustification.JustificationLabel> implements ProtocolMessageEnum

Labels that explain how the URI was classified.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTOMATED_REPORT

The submitter received the submission from an automated system.

AUTOMATED_REPORT = 3;

AUTOMATED_REPORT_VALUE

The submitter received the submission from an automated system.

AUTOMATED_REPORT = 3;

JUSTIFICATION_LABEL_UNSPECIFIED

Default.

JUSTIFICATION_LABEL_UNSPECIFIED = 0;

JUSTIFICATION_LABEL_UNSPECIFIED_VALUE

Default.

JUSTIFICATION_LABEL_UNSPECIFIED = 0;

MANUAL_VERIFICATION

The submitter manually verified that the submission is unsafe.

MANUAL_VERIFICATION = 1;

MANUAL_VERIFICATION_VALUE

The submitter manually verified that the submission is unsafe.

MANUAL_VERIFICATION = 1;

UNRECOGNIZED
USER_REPORT

The submitter received the submission from an end user.

USER_REPORT = 2;

USER_REPORT_VALUE

The submitter received the submission from an end user.

USER_REPORT = 2;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()