public static interface ErrorAnalysisAnnotation.AttributedItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotationResourceName()
The unique ID for each annotation.
|
com.google.protobuf.ByteString |
getAnnotationResourceNameBytes()
The unique ID for each annotation.
|
double |
getDistance()
The distance of this item to the annotation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAnnotationResourceName()
The unique ID for each annotation. Used by FE to allocate the annotation in DB.
string annotation_resource_name = 1;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;double getDistance()
The distance of this item to the annotation.
double distance = 2;Copyright © 2025 Google LLC. All rights reserved.