Class SecurityResult.AnalystVerdict (0.3.0)

public static final class SecurityResult.AnalystVerdict extends GeneratedMessage implements SecurityResult.AnalystVerdictOrBuilder

Verdict provided by the human analyst. These fields are used to model Mandiant sources.

Protobuf type google.backstory.SecurityResult.AnalystVerdict

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > SecurityResult.AnalystVerdict

Static Fields

CONFIDENCE_SCORE_FIELD_NUMBER

public static final int CONFIDENCE_SCORE_FIELD_NUMBER
Field Value
Type Description
int

VERDICT_RESPONSE_FIELD_NUMBER

public static final int VERDICT_RESPONSE_FIELD_NUMBER
Field Value
Type Description
int

VERDICT_TIME_FIELD_NUMBER

public static final int VERDICT_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SecurityResult.AnalystVerdict getDefaultInstance()
Returns
Type Description
SecurityResult.AnalystVerdict

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SecurityResult.AnalystVerdict.Builder newBuilder()
Returns
Type Description
SecurityResult.AnalystVerdict.Builder

newBuilder(SecurityResult.AnalystVerdict prototype)

public static SecurityResult.AnalystVerdict.Builder newBuilder(SecurityResult.AnalystVerdict prototype)
Parameter
Name Description
prototype SecurityResult.AnalystVerdict
Returns
Type Description
SecurityResult.AnalystVerdict.Builder

parseDelimitedFrom(InputStream input)

public static SecurityResult.AnalystVerdict parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SecurityResult.AnalystVerdict
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SecurityResult.AnalystVerdict parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SecurityResult.AnalystVerdict
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SecurityResult.AnalystVerdict parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SecurityResult.AnalystVerdict
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SecurityResult.AnalystVerdict parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SecurityResult.AnalystVerdict
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SecurityResult.AnalystVerdict parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SecurityResult.AnalystVerdict
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SecurityResult.AnalystVerdict parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SecurityResult.AnalystVerdict
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SecurityResult.AnalystVerdict parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SecurityResult.AnalystVerdict
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SecurityResult.AnalystVerdict parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SecurityResult.AnalystVerdict
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SecurityResult.AnalystVerdict parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SecurityResult.AnalystVerdict
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SecurityResult.AnalystVerdict parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SecurityResult.AnalystVerdict
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SecurityResult.AnalystVerdict parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SecurityResult.AnalystVerdict
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SecurityResult.AnalystVerdict parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SecurityResult.AnalystVerdict
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SecurityResult.AnalystVerdict> parser()
Returns
Type Description
Parser<AnalystVerdict>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getConfidenceScore()

public int getConfidenceScore()

Confidence score of the verdict.

int32 confidence_score = 1;

Returns
Type Description
int

The confidenceScore.

getDefaultInstanceForType()

public SecurityResult.AnalystVerdict getDefaultInstanceForType()
Returns
Type Description
SecurityResult.AnalystVerdict

getParserForType()

public Parser<SecurityResult.AnalystVerdict> getParserForType()
Returns
Type Description
Parser<AnalystVerdict>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getVerdictResponse()

public SecurityResult.VerdictResponse getVerdictResponse()

Details of the verdict.

.google.backstory.SecurityResult.VerdictResponse verdict_response = 3;

Returns
Type Description
SecurityResult.VerdictResponse

The verdictResponse.

getVerdictResponseValue()

public int getVerdictResponseValue()

Details of the verdict.

.google.backstory.SecurityResult.VerdictResponse verdict_response = 3;

Returns
Type Description
int

The enum numeric value on the wire for verdictResponse.

getVerdictTime()

public Timestamp getVerdictTime()

Timestamp at which the verdict was generated.

.google.protobuf.Timestamp verdict_time = 2;

Returns
Type Description
Timestamp

The verdictTime.

getVerdictTimeOrBuilder()

public TimestampOrBuilder getVerdictTimeOrBuilder()

Timestamp at which the verdict was generated.

.google.protobuf.Timestamp verdict_time = 2;

Returns
Type Description
TimestampOrBuilder

hasVerdictTime()

public boolean hasVerdictTime()

Timestamp at which the verdict was generated.

.google.protobuf.Timestamp verdict_time = 2;

Returns
Type Description
boolean

Whether the verdictTime field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SecurityResult.AnalystVerdict.Builder newBuilderForType()
Returns
Type Description
SecurityResult.AnalystVerdict.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected SecurityResult.AnalystVerdict.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SecurityResult.AnalystVerdict.Builder
Overrides

toBuilder()

public SecurityResult.AnalystVerdict.Builder toBuilder()
Returns
Type Description
SecurityResult.AnalystVerdict.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException