Enum Collection.CollectionType (0.3.0)

public enum Collection.CollectionType extends Enum<Collection.CollectionType> implements ProtocolMessageEnum

The type of the collection which will indicate which other fields are relevant. For example, detection finding collections will populate the detection field. Findings that evolve into investigations will populate the investigation field.

Protobuf enum google.backstory.Collection.CollectionType

Implements

ProtocolMessageEnum

Static Fields

Name Description
COLLECTION_TYPE_UNSPECIFIED

An unspecified collection type.

COLLECTION_TYPE_UNSPECIFIED = 0;

COLLECTION_TYPE_UNSPECIFIED_VALUE

An unspecified collection type.

COLLECTION_TYPE_UNSPECIFIED = 0;

GCTI_FINDING

A finding from the Uppercase team.

GCTI_FINDING = 2;

GCTI_FINDING_VALUE

A finding from the Uppercase team.

GCTI_FINDING = 2;

MACHINE_INTELLIGENCE_ALERT

An alert generated by Chronicle machine learning models.

MACHINE_INTELLIGENCE_ALERT = 4;

MACHINE_INTELLIGENCE_ALERT_VALUE

An alert generated by Chronicle machine learning models.

MACHINE_INTELLIGENCE_ALERT = 4;

RULE_DETECTION

A detection found by applying a rule.

RULE_DETECTION = 3;

RULE_DETECTION_VALUE

A detection found by applying a rule.

RULE_DETECTION = 3;

SOAR_ALERT

An alert coming from other SIEMs via Chronicle SOAR.

SOAR_ALERT = 5;

SOAR_ALERT_VALUE

An alert coming from other SIEMs via Chronicle SOAR.

SOAR_ALERT = 5;

TELEMETRY_ALERT

An alert reported in customer telemetry.

TELEMETRY_ALERT = 1;

TELEMETRY_ALERT_VALUE

An alert reported in customer telemetry.

TELEMETRY_ALERT = 1;

UNRECOGNIZED
UPPERCASE_ALERT

UPPERCASE_ALERT = 2;

UPPERCASE_ALERT_VALUE

UPPERCASE_ALERT = 2;

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