public static interface SecurityResult.ProviderMLVerdictOrBuilder 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. |
getConfidenceScore()
public abstract int getConfidenceScore()Confidence score of the verdict.
int32 confidence_score = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The confidenceScore. |
getMaliciousCount()
public abstract int getMaliciousCount()Count of responses where this IoC was marked malicious.
int32 malicious_count = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The maliciousCount. |
getMandiantSources(int index)
public abstract SecurityResult.Source getMandiantSources(int index)List of mandiant sources from which the verdict was generated.
repeated .google.backstory.SecurityResult.Source mandiant_sources = 5;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.Source |
|
getMandiantSourcesCount()
public abstract int getMandiantSourcesCount()List of mandiant sources from which the verdict was generated.
repeated .google.backstory.SecurityResult.Source mandiant_sources = 5;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMandiantSourcesList()
public abstract List<SecurityResult.Source> getMandiantSourcesList()List of mandiant sources from which the verdict was generated.
repeated .google.backstory.SecurityResult.Source mandiant_sources = 5;
| Returns | |
|---|---|
| Type | Description |
List<Source> |
|
getMandiantSourcesOrBuilder(int index)
public abstract SecurityResult.SourceOrBuilder getMandiantSourcesOrBuilder(int index)List of mandiant sources from which the verdict was generated.
repeated .google.backstory.SecurityResult.Source mandiant_sources = 5;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.SourceOrBuilder |
|
getMandiantSourcesOrBuilderList()
public abstract List<? extends SecurityResult.SourceOrBuilder> getMandiantSourcesOrBuilderList()List of mandiant sources from which the verdict was generated.
repeated .google.backstory.SecurityResult.Source mandiant_sources = 5;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.SecurityResult.SourceOrBuilder> |
|
getSourceProvider()
public abstract String getSourceProvider()Source provider giving the ML verdict.
string source_provider = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The sourceProvider. |
getSourceProviderBytes()
public abstract ByteString getSourceProviderBytes()Source provider giving the ML verdict.
string source_provider = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceProvider. |
getThirdPartySources(int index)
public abstract SecurityResult.Source getThirdPartySources(int index)List of third-party sources from which the verdict was generated.
repeated .google.backstory.SecurityResult.Source third_party_sources = 6;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.Source |
|
getThirdPartySourcesCount()
public abstract int getThirdPartySourcesCount()List of third-party sources from which the verdict was generated.
repeated .google.backstory.SecurityResult.Source third_party_sources = 6;
| Returns | |
|---|---|
| Type | Description |
int |
|
getThirdPartySourcesList()
public abstract List<SecurityResult.Source> getThirdPartySourcesList()List of third-party sources from which the verdict was generated.
repeated .google.backstory.SecurityResult.Source third_party_sources = 6;
| Returns | |
|---|---|
| Type | Description |
List<Source> |
|
getThirdPartySourcesOrBuilder(int index)
public abstract SecurityResult.SourceOrBuilder getThirdPartySourcesOrBuilder(int index)List of third-party sources from which the verdict was generated.
repeated .google.backstory.SecurityResult.Source third_party_sources = 6;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.SourceOrBuilder |
|
getThirdPartySourcesOrBuilderList()
public abstract List<? extends SecurityResult.SourceOrBuilder> getThirdPartySourcesOrBuilderList()List of third-party sources from which the verdict was generated.
repeated .google.backstory.SecurityResult.Source third_party_sources = 6;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.SecurityResult.SourceOrBuilder> |
|