public static interface SecurityResult.VerdictOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnalystVerdict()
public abstract SecurityResult.AnalystVerdict getAnalystVerdict()Human analyst verdict provided by sources like Mandiant.
.google.backstory.SecurityResult.AnalystVerdict analyst_verdict = 5;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.AnalystVerdict |
The analystVerdict. |
getAnalystVerdictOrBuilder()
public abstract SecurityResult.AnalystVerdictOrBuilder getAnalystVerdictOrBuilder()Human analyst verdict provided by sources like Mandiant.
.google.backstory.SecurityResult.AnalystVerdict analyst_verdict = 5;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.AnalystVerdictOrBuilder |
|
getNeighbourInfluence()
public abstract String getNeighbourInfluence()Describes the neighbour influence of the verdict.
string neighbour_influence = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The neighbourInfluence. |
getNeighbourInfluenceBytes()
public abstract ByteString getNeighbourInfluenceBytes()Describes the neighbour influence of the verdict.
string neighbour_influence = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for neighbourInfluence. |
getResponseCount()
public abstract int getResponseCount()Total response count across all sources.
int32 response_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The responseCount. |
getSourceCount()
public abstract int getSourceCount()Number of sources from which intelligence was extracted.
int32 source_count = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The sourceCount. |
getVerdict()
public abstract SecurityResult.ProviderMLVerdict getVerdict()ML Verdict provided by sources like Mandiant.
.google.backstory.SecurityResult.ProviderMLVerdict verdict = 4;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.ProviderMLVerdict |
The verdict. |
getVerdictOrBuilder()
public abstract SecurityResult.ProviderMLVerdictOrBuilder getVerdictOrBuilder()ML Verdict provided by sources like Mandiant.
.google.backstory.SecurityResult.ProviderMLVerdict verdict = 4;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.ProviderMLVerdictOrBuilder |
|
hasAnalystVerdict()
public abstract boolean hasAnalystVerdict()Human analyst verdict provided by sources like Mandiant.
.google.backstory.SecurityResult.AnalystVerdict analyst_verdict = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the analystVerdict field is set. |
hasVerdict()
public abstract boolean hasVerdict()ML Verdict provided by sources like Mandiant.
.google.backstory.SecurityResult.ProviderMLVerdict verdict = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the verdict field is set. |