Enum Reputation (0.3.0)

public enum Reputation extends Enum<Reputation> implements ProtocolMessageEnum

Categorization options for the usefulness of a finding.

Protobuf enum google.backstory.Reputation

Implements

ProtocolMessageEnum

Static Fields

Name Description
NOT_USEFUL

A categorization of the finding as not useful.

NOT_USEFUL = 2;

NOT_USEFUL_VALUE

A categorization of the finding as not useful.

NOT_USEFUL = 2;

REPUTATION_UNSPECIFIED

An unspecified reputation.

REPUTATION_UNSPECIFIED = 0;

REPUTATION_UNSPECIFIED_VALUE

An unspecified reputation.

REPUTATION_UNSPECIFIED = 0;

UNRECOGNIZED
USEFUL

A categorization of the finding as useful.

USEFUL = 1;

USEFUL_VALUE

A categorization of the finding as useful.

USEFUL = 1;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()