public interface NeighborOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getNeighborDistance()
Output only.
|
String |
getNeighborId()
Output only.
|
com.google.protobuf.ByteString |
getNeighborIdBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNeighborId()
Output only. The neighbor id.
string neighbor_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNeighborIdBytes()
Output only. The neighbor id.
string neighbor_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];double getNeighborDistance()
Output only. The neighbor distance.
double neighbor_distance = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2022 Google LLC. All rights reserved.