Interface SecurityResult.AnalystVerdictOrBuilder (0.3.0)

public static interface SecurityResult.AnalystVerdictOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfidenceScore()

public abstract int getConfidenceScore()

Confidence score of the verdict.

int32 confidence_score = 1;

Returns
Type Description
int

The confidenceScore.

getVerdictResponse()

public abstract SecurityResult.VerdictResponse getVerdictResponse()

Details of the verdict.

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

Returns
Type Description
SecurityResult.VerdictResponse

The verdictResponse.

getVerdictResponseValue()

public abstract 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 abstract Timestamp getVerdictTime()

Timestamp at which the verdict was generated.

.google.protobuf.Timestamp verdict_time = 2;

Returns
Type Description
Timestamp

The verdictTime.

getVerdictTimeOrBuilder()

public abstract TimestampOrBuilder getVerdictTimeOrBuilder()

Timestamp at which the verdict was generated.

.google.protobuf.Timestamp verdict_time = 2;

Returns
Type Description
TimestampOrBuilder

hasVerdictTime()

public abstract 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.