Interface ErrorAnalysisAnnotation.AttributedItemOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ErrorAnalysisAnnotation.AttributedItem, ErrorAnalysisAnnotation.AttributedItem.Builder
Enclosing class:
ErrorAnalysisAnnotation

public static interface ErrorAnalysisAnnotation.AttributedItemOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The unique ID for each annotation.
    com.google.protobuf.ByteString
    The unique ID for each annotation.
    double
    The distance of this item to the annotation.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getAnnotationResourceName

      String getAnnotationResourceName()
       The unique ID for each annotation. Used by FE to allocate the annotation
       in DB.
       
      string annotation_resource_name = 1;
      Returns:
      The annotationResourceName.
    • getAnnotationResourceNameBytes

      com.google.protobuf.ByteString getAnnotationResourceNameBytes()
       The unique ID for each annotation. Used by FE to allocate the annotation
       in DB.
       
      string annotation_resource_name = 1;
      Returns:
      The bytes for annotationResourceName.
    • getDistance

      double getDistance()
       The distance of this item to the annotation.
       
      double distance = 2;
      Returns:
      The distance.