Enum FindingVariable.Type (0.3.0)

public enum FindingVariable.Type extends Enum<FindingVariable.Type> implements ProtocolMessageEnum

Type options for Finding variables.

Protobuf enum google.backstory.FindingVariable.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
MATCH

A variable coming from the match conditions.

MATCH = 1;

MATCH_VALUE

A variable coming from the match conditions.

MATCH = 1;

OUTCOME

A variable representing significant data that was found in the detection logic.

OUTCOME = 2;

OUTCOME_VALUE

A variable representing significant data that was found in the detection logic.

OUTCOME = 2;

TYPE_UNSPECIFIED

An unspecified variable type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

An unspecified variable type.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

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()