public static interface SecurityResult.SourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBenignCount()
public abstract int getBenignCount()Count of responses where this IoC was marked benign.
int32 benign_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The benignCount. |
getMaliciousCount()
public abstract int getMaliciousCount()Count of responses where this IoC was marked malicious.
int32 malicious_count = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The maliciousCount. |
getName()
public abstract String getName()Name of the IoC source.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Name of the IoC source.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getQuality()
public abstract SecurityResult.ProductConfidence getQuality()Quality of the IoC mapping extracted from the source.
.google.backstory.SecurityResult.ProductConfidence quality = 4;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.ProductConfidence |
The quality. |
getQualityValue()
public abstract int getQualityValue()Quality of the IoC mapping extracted from the source.
.google.backstory.SecurityResult.ProductConfidence quality = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for quality. |
getResponseCount()
public abstract int getResponseCount()Total response count from this source.
int32 response_count = 5;
| Returns | |
|---|---|
| Type | Description |
int |
The responseCount. |
getSourceCount()
public abstract int getSourceCount()Number of sources from which intelligence was extracted.
int32 source_count = 6;
| Returns | |
|---|---|
| Type | Description |
int |
The sourceCount. |
getThreatIntelligenceSources(int index)
public abstract SecurityResult.Source getThreatIntelligenceSources(int index)Different threat intelligence sources from which IoC info was extracted.
repeated .google.backstory.SecurityResult.Source threat_intelligence_sources = 7;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.Source |
|
getThreatIntelligenceSourcesCount()
public abstract int getThreatIntelligenceSourcesCount()Different threat intelligence sources from which IoC info was extracted.
repeated .google.backstory.SecurityResult.Source threat_intelligence_sources = 7;
| Returns | |
|---|---|
| Type | Description |
int |
|
getThreatIntelligenceSourcesList()
public abstract List<SecurityResult.Source> getThreatIntelligenceSourcesList()Different threat intelligence sources from which IoC info was extracted.
repeated .google.backstory.SecurityResult.Source threat_intelligence_sources = 7;
| Returns | |
|---|---|
| Type | Description |
List<Source> |
|
getThreatIntelligenceSourcesOrBuilder(int index)
public abstract SecurityResult.SourceOrBuilder getThreatIntelligenceSourcesOrBuilder(int index)Different threat intelligence sources from which IoC info was extracted.
repeated .google.backstory.SecurityResult.Source threat_intelligence_sources = 7;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.SourceOrBuilder |
|
getThreatIntelligenceSourcesOrBuilderList()
public abstract List<? extends SecurityResult.SourceOrBuilder> getThreatIntelligenceSourcesOrBuilderList()Different threat intelligence sources from which IoC info was extracted.
repeated .google.backstory.SecurityResult.Source threat_intelligence_sources = 7;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.SecurityResult.SourceOrBuilder> |
|