Interface ErrorAnalysisAnnotation.AttributedItemOrBuilder (3.42.0)

public static interface ErrorAnalysisAnnotation.AttributedItemOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnnotationResourceName()

public abstract String getAnnotationResourceName()

The unique ID for each annotation. Used by FE to allocate the annotation in DB.

string annotation_resource_name = 1;

Returns
TypeDescription
String

The annotationResourceName.

getAnnotationResourceNameBytes()

public abstract ByteString getAnnotationResourceNameBytes()

The unique ID for each annotation. Used by FE to allocate the annotation in DB.

string annotation_resource_name = 1;

Returns
TypeDescription
ByteString

The bytes for annotationResourceName.

getDistance()

public abstract double getDistance()

The distance of this item to the annotation.

double distance = 2;

Returns
TypeDescription
double

The distance.