public enum FindingVariable.Type extends Enum<FindingVariable.Type> implements ProtocolMessageEnumType options for Finding variables.
Protobuf enum google.backstory.FindingVariable.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MATCH |
A variable coming from the match conditions. |
MATCH_VALUE |
A variable coming from the match conditions. |
OUTCOME |
A variable representing significant data that was found in the detection logic. |
OUTCOME_VALUE |
A variable representing significant data that was found in the detection logic. |
TYPE_UNSPECIFIED |
An unspecified variable type. |
TYPE_UNSPECIFIED_VALUE |
An unspecified variable type. |
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() |
|