public static final class SecurityResult.VerdictInfo.Builder extends GeneratedMessage.Builder<SecurityResult.VerdictInfo.Builder> implements SecurityResult.VerdictInfoOrBuilderDescribes the threat verdict provided by human analysts and machine learning models. These fields are used to model Mandiant sources.
Protobuf type google.backstory.SecurityResult.VerdictInfo
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SecurityResult.VerdictInfo.BuilderImplements
SecurityResult.VerdictInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllIocStats(Iterable<? extends SecurityResult.IoCStats> values)
public SecurityResult.VerdictInfo.Builder addAllIocStats(Iterable<? extends SecurityResult.IoCStats> values)List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.backstory.SecurityResult.IoCStats> |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
addIocStats(SecurityResult.IoCStats value)
public SecurityResult.VerdictInfo.Builder addIocStats(SecurityResult.IoCStats value)List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Parameter | |
|---|---|
| Name | Description |
value |
SecurityResult.IoCStats |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
addIocStats(SecurityResult.IoCStats.Builder builderForValue)
public SecurityResult.VerdictInfo.Builder addIocStats(SecurityResult.IoCStats.Builder builderForValue)List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
SecurityResult.IoCStats.Builder |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
addIocStats(int index, SecurityResult.IoCStats value)
public SecurityResult.VerdictInfo.Builder addIocStats(int index, SecurityResult.IoCStats value)List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
SecurityResult.IoCStats |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
addIocStats(int index, SecurityResult.IoCStats.Builder builderForValue)
public SecurityResult.VerdictInfo.Builder addIocStats(int index, SecurityResult.IoCStats.Builder builderForValue)List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
SecurityResult.IoCStats.Builder |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
addIocStatsBuilder()
public SecurityResult.IoCStats.Builder addIocStatsBuilder()List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.IoCStats.Builder |
|
addIocStatsBuilder(int index)
public SecurityResult.IoCStats.Builder addIocStatsBuilder(int index)List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.IoCStats.Builder |
|
build()
public SecurityResult.VerdictInfo build()| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo |
|
buildPartial()
public SecurityResult.VerdictInfo buildPartial()| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo |
|
clear()
public SecurityResult.VerdictInfo.Builder clear()| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
clearBenignCount()
public SecurityResult.VerdictInfo.Builder clearBenignCount()Count of responses where this IoC was marked as benign.
int32 benign_count = 6;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
clearCategoryDetails()
public SecurityResult.VerdictInfo.Builder clearCategoryDetails()Tags related to the verdict.
string category_details = 16;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
clearConfidenceScore()
public SecurityResult.VerdictInfo.Builder clearConfidenceScore()Confidence score of the verdict.
int32 confidence_score = 8;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
clearGlobalCustomerCount()
public SecurityResult.VerdictInfo.Builder clearGlobalCustomerCount()Global customer count over the last 30 days
int32 global_customer_count = 13;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
clearGlobalHitsCount()
public SecurityResult.VerdictInfo.Builder clearGlobalHitsCount()Global hit count over the last 30 days.
int32 global_hits_count = 14;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
clearIocStats()
public SecurityResult.VerdictInfo.Builder clearIocStats()List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
clearMaliciousCount()
public SecurityResult.VerdictInfo.Builder clearMaliciousCount()Count of responses where this IoC was marked as malicious.
int32 malicious_count = 7;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
clearNeighbourInfluence()
public SecurityResult.VerdictInfo.Builder clearNeighbourInfluence()Describes the near neighbor influence of the verdict.
string neighbour_influence = 3;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
clearPwn()
public SecurityResult.VerdictInfo.Builder clearPwn()Whether one or more Mandiant incident response customers had this indicator in their environment.
bool pwn = 15;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
clearPwnFirstTaggedTime()
public SecurityResult.VerdictInfo.Builder clearPwnFirstTaggedTime()The timestamp of the first time a pwn was associated to this entity.
.google.protobuf.Timestamp pwn_first_tagged_time = 17;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
clearResponseCount()
public SecurityResult.VerdictInfo.Builder clearResponseCount()Total response count across all sources.
int32 response_count = 2;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
clearSourceCount()
public SecurityResult.VerdictInfo.Builder clearSourceCount()Number of sources from which intelligence was extracted.
int32 source_count = 1;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
clearSourceProvider()
public SecurityResult.VerdictInfo.Builder clearSourceProvider()Source provider giving the machine learning verdict.
string source_provider = 5;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
clearVerdictResponse()
public SecurityResult.VerdictInfo.Builder clearVerdictResponse()Details about the verdict.
.google.backstory.SecurityResult.VerdictResponse verdict_response = 12;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
clearVerdictTime()
public SecurityResult.VerdictInfo.Builder clearVerdictTime()Timestamp when the verdict was generated.
.google.protobuf.Timestamp verdict_time = 11;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
clearVerdictType()
public SecurityResult.VerdictInfo.Builder clearVerdictType()Type of verdict.
.google.backstory.SecurityResult.VerdictType verdict_type = 4;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
getBenignCount()
public int getBenignCount()Count of responses where this IoC was marked as benign.
int32 benign_count = 6;
| Returns | |
|---|---|
| Type | Description |
int |
The benignCount. |
getCategoryDetails()
public String getCategoryDetails()Tags related to the verdict.
string category_details = 16;
| Returns | |
|---|---|
| Type | Description |
String |
The categoryDetails. |
getCategoryDetailsBytes()
public ByteString getCategoryDetailsBytes()Tags related to the verdict.
string category_details = 16;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for categoryDetails. |
getConfidenceScore()
public int getConfidenceScore()Confidence score of the verdict.
int32 confidence_score = 8;
| Returns | |
|---|---|
| Type | Description |
int |
The confidenceScore. |
getDefaultInstanceForType()
public SecurityResult.VerdictInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGlobalCustomerCount()
public int getGlobalCustomerCount()Global customer count over the last 30 days
int32 global_customer_count = 13;
| Returns | |
|---|---|
| Type | Description |
int |
The globalCustomerCount. |
getGlobalHitsCount()
public int getGlobalHitsCount()Global hit count over the last 30 days.
int32 global_hits_count = 14;
| Returns | |
|---|---|
| Type | Description |
int |
The globalHitsCount. |
getIocStats(int index)
public SecurityResult.IoCStats getIocStats(int index)List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.IoCStats |
|
getIocStatsBuilder(int index)
public SecurityResult.IoCStats.Builder getIocStatsBuilder(int index)List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.IoCStats.Builder |
|
getIocStatsBuilderList()
public List<SecurityResult.IoCStats.Builder> getIocStatsBuilderList()List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getIocStatsCount()
public int getIocStatsCount()List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Returns | |
|---|---|
| Type | Description |
int |
|
getIocStatsList()
public List<SecurityResult.IoCStats> getIocStatsList()List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Returns | |
|---|---|
| Type | Description |
List<IoCStats> |
|
getIocStatsOrBuilder(int index)
public SecurityResult.IoCStatsOrBuilder getIocStatsOrBuilder(int index)List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.IoCStatsOrBuilder |
|
getIocStatsOrBuilderList()
public List<? extends SecurityResult.IoCStatsOrBuilder> getIocStatsOrBuilderList()List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.SecurityResult.IoCStatsOrBuilder> |
|
getMaliciousCount()
public int getMaliciousCount()Count of responses where this IoC was marked as malicious.
int32 malicious_count = 7;
| Returns | |
|---|---|
| Type | Description |
int |
The maliciousCount. |
getNeighbourInfluence()
public String getNeighbourInfluence()Describes the near neighbor influence of the verdict.
string neighbour_influence = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The neighbourInfluence. |
getNeighbourInfluenceBytes()
public ByteString getNeighbourInfluenceBytes()Describes the near neighbor influence of the verdict.
string neighbour_influence = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for neighbourInfluence. |
getPwn()
public boolean getPwn()Whether one or more Mandiant incident response customers had this indicator in their environment.
bool pwn = 15;
| Returns | |
|---|---|
| Type | Description |
boolean |
The pwn. |
getPwnFirstTaggedTime()
public Timestamp getPwnFirstTaggedTime()The timestamp of the first time a pwn was associated to this entity.
.google.protobuf.Timestamp pwn_first_tagged_time = 17;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The pwnFirstTaggedTime. |
getPwnFirstTaggedTimeBuilder()
public Timestamp.Builder getPwnFirstTaggedTimeBuilder()The timestamp of the first time a pwn was associated to this entity.
.google.protobuf.Timestamp pwn_first_tagged_time = 17;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getPwnFirstTaggedTimeOrBuilder()
public TimestampOrBuilder getPwnFirstTaggedTimeOrBuilder()The timestamp of the first time a pwn was associated to this entity.
.google.protobuf.Timestamp pwn_first_tagged_time = 17;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getResponseCount()
public int getResponseCount()Total response count across all sources.
int32 response_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The responseCount. |
getSourceCount()
public int getSourceCount()Number of sources from which intelligence was extracted.
int32 source_count = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The sourceCount. |
getSourceProvider()
public String getSourceProvider()Source provider giving the machine learning verdict.
string source_provider = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The sourceProvider. |
getSourceProviderBytes()
public ByteString getSourceProviderBytes()Source provider giving the machine learning verdict.
string source_provider = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceProvider. |
getVerdictResponse()
public SecurityResult.VerdictResponse getVerdictResponse()Details about the verdict.
.google.backstory.SecurityResult.VerdictResponse verdict_response = 12;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictResponse |
The verdictResponse. |
getVerdictResponseValue()
public int getVerdictResponseValue()Details about the verdict.
.google.backstory.SecurityResult.VerdictResponse verdict_response = 12;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for verdictResponse. |
getVerdictTime()
public Timestamp getVerdictTime()Timestamp when the verdict was generated.
.google.protobuf.Timestamp verdict_time = 11;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The verdictTime. |
getVerdictTimeBuilder()
public Timestamp.Builder getVerdictTimeBuilder()Timestamp when the verdict was generated.
.google.protobuf.Timestamp verdict_time = 11;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getVerdictTimeOrBuilder()
public TimestampOrBuilder getVerdictTimeOrBuilder()Timestamp when the verdict was generated.
.google.protobuf.Timestamp verdict_time = 11;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getVerdictType()
public SecurityResult.VerdictType getVerdictType()Type of verdict.
.google.backstory.SecurityResult.VerdictType verdict_type = 4;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictType |
The verdictType. |
getVerdictTypeValue()
public int getVerdictTypeValue()Type of verdict.
.google.backstory.SecurityResult.VerdictType verdict_type = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for verdictType. |
hasPwnFirstTaggedTime()
public boolean hasPwnFirstTaggedTime()The timestamp of the first time a pwn was associated to this entity.
.google.protobuf.Timestamp pwn_first_tagged_time = 17;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pwnFirstTaggedTime field is set. |
hasVerdictTime()
public boolean hasVerdictTime()Timestamp when the verdict was generated.
.google.protobuf.Timestamp verdict_time = 11;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the verdictTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SecurityResult.VerdictInfo other)
public SecurityResult.VerdictInfo.Builder mergeFrom(SecurityResult.VerdictInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
SecurityResult.VerdictInfo |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SecurityResult.VerdictInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SecurityResult.VerdictInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
mergePwnFirstTaggedTime(Timestamp value)
public SecurityResult.VerdictInfo.Builder mergePwnFirstTaggedTime(Timestamp value)The timestamp of the first time a pwn was associated to this entity.
.google.protobuf.Timestamp pwn_first_tagged_time = 17;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
mergeVerdictTime(Timestamp value)
public SecurityResult.VerdictInfo.Builder mergeVerdictTime(Timestamp value)Timestamp when the verdict was generated.
.google.protobuf.Timestamp verdict_time = 11;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
removeIocStats(int index)
public SecurityResult.VerdictInfo.Builder removeIocStats(int index)List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
setBenignCount(int value)
public SecurityResult.VerdictInfo.Builder setBenignCount(int value)Count of responses where this IoC was marked as benign.
int32 benign_count = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe benignCount to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setCategoryDetails(String value)
public SecurityResult.VerdictInfo.Builder setCategoryDetails(String value)Tags related to the verdict.
string category_details = 16;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe categoryDetails to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setCategoryDetailsBytes(ByteString value)
public SecurityResult.VerdictInfo.Builder setCategoryDetailsBytes(ByteString value)Tags related to the verdict.
string category_details = 16;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for categoryDetails to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setConfidenceScore(int value)
public SecurityResult.VerdictInfo.Builder setConfidenceScore(int value)Confidence score of the verdict.
int32 confidence_score = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe confidenceScore to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setGlobalCustomerCount(int value)
public SecurityResult.VerdictInfo.Builder setGlobalCustomerCount(int value)Global customer count over the last 30 days
int32 global_customer_count = 13;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe globalCustomerCount to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setGlobalHitsCount(int value)
public SecurityResult.VerdictInfo.Builder setGlobalHitsCount(int value)Global hit count over the last 30 days.
int32 global_hits_count = 14;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe globalHitsCount to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setIocStats(int index, SecurityResult.IoCStats value)
public SecurityResult.VerdictInfo.Builder setIocStats(int index, SecurityResult.IoCStats value)List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
SecurityResult.IoCStats |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
setIocStats(int index, SecurityResult.IoCStats.Builder builderForValue)
public SecurityResult.VerdictInfo.Builder setIocStats(int index, SecurityResult.IoCStats.Builder builderForValue)List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
SecurityResult.IoCStats.Builder |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
setMaliciousCount(int value)
public SecurityResult.VerdictInfo.Builder setMaliciousCount(int value)Count of responses where this IoC was marked as malicious.
int32 malicious_count = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe maliciousCount to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setNeighbourInfluence(String value)
public SecurityResult.VerdictInfo.Builder setNeighbourInfluence(String value)Describes the near neighbor influence of the verdict.
string neighbour_influence = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe neighbourInfluence to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setNeighbourInfluenceBytes(ByteString value)
public SecurityResult.VerdictInfo.Builder setNeighbourInfluenceBytes(ByteString value)Describes the near neighbor influence of the verdict.
string neighbour_influence = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for neighbourInfluence to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setPwn(boolean value)
public SecurityResult.VerdictInfo.Builder setPwn(boolean value)Whether one or more Mandiant incident response customers had this indicator in their environment.
bool pwn = 15;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe pwn to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setPwnFirstTaggedTime(Timestamp value)
public SecurityResult.VerdictInfo.Builder setPwnFirstTaggedTime(Timestamp value)The timestamp of the first time a pwn was associated to this entity.
.google.protobuf.Timestamp pwn_first_tagged_time = 17;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
setPwnFirstTaggedTime(Timestamp.Builder builderForValue)
public SecurityResult.VerdictInfo.Builder setPwnFirstTaggedTime(Timestamp.Builder builderForValue)The timestamp of the first time a pwn was associated to this entity.
.google.protobuf.Timestamp pwn_first_tagged_time = 17;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
setResponseCount(int value)
public SecurityResult.VerdictInfo.Builder setResponseCount(int value)Total response count across all sources.
int32 response_count = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe responseCount to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setSourceCount(int value)
public SecurityResult.VerdictInfo.Builder setSourceCount(int value)Number of sources from which intelligence was extracted.
int32 source_count = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe sourceCount to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setSourceProvider(String value)
public SecurityResult.VerdictInfo.Builder setSourceProvider(String value)Source provider giving the machine learning verdict.
string source_provider = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe sourceProvider to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setSourceProviderBytes(ByteString value)
public SecurityResult.VerdictInfo.Builder setSourceProviderBytes(ByteString value)Source provider giving the machine learning verdict.
string source_provider = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for sourceProvider to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setVerdictResponse(SecurityResult.VerdictResponse value)
public SecurityResult.VerdictInfo.Builder setVerdictResponse(SecurityResult.VerdictResponse value)Details about the verdict.
.google.backstory.SecurityResult.VerdictResponse verdict_response = 12;
| Parameter | |
|---|---|
| Name | Description |
value |
SecurityResult.VerdictResponseThe verdictResponse to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setVerdictResponseValue(int value)
public SecurityResult.VerdictInfo.Builder setVerdictResponseValue(int value)Details about the verdict.
.google.backstory.SecurityResult.VerdictResponse verdict_response = 12;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for verdictResponse to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setVerdictTime(Timestamp value)
public SecurityResult.VerdictInfo.Builder setVerdictTime(Timestamp value)Timestamp when the verdict was generated.
.google.protobuf.Timestamp verdict_time = 11;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
setVerdictTime(Timestamp.Builder builderForValue)
public SecurityResult.VerdictInfo.Builder setVerdictTime(Timestamp.Builder builderForValue)Timestamp when the verdict was generated.
.google.protobuf.Timestamp verdict_time = 11;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
|
setVerdictType(SecurityResult.VerdictType value)
public SecurityResult.VerdictInfo.Builder setVerdictType(SecurityResult.VerdictType value)Type of verdict.
.google.backstory.SecurityResult.VerdictType verdict_type = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
SecurityResult.VerdictTypeThe verdictType to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |
setVerdictTypeValue(int value)
public SecurityResult.VerdictInfo.Builder setVerdictTypeValue(int value)Type of verdict.
.google.backstory.SecurityResult.VerdictType verdict_type = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for verdictType to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictInfo.Builder |
This builder for chaining. |