Enum SecurityResult.ThreatCollectionType (0.3.0)

public enum SecurityResult.ThreatCollectionType extends Enum<SecurityResult.ThreatCollectionType> implements ProtocolMessageEnum

Different Types of threat collections currently supported.

Protobuf enum google.backstory.SecurityResult.ThreatCollectionType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CAMPAIGN

Threat collection type is campaign.

CAMPAIGN = 1;

CAMPAIGN_VALUE

Threat collection type is campaign.

CAMPAIGN = 1;

REPORT

Threat collection type is report.

REPORT = 2;

REPORT_VALUE

Threat collection type is report.

REPORT = 2;

THREAT_COLLECTION_TYPE_UNSPECIFIED

Threat collection type is unspecified.

THREAT_COLLECTION_TYPE_UNSPECIFIED = 0;

THREAT_COLLECTION_TYPE_UNSPECIFIED_VALUE

Threat collection type is unspecified.

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