Interface NeighborOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Neighbor, Neighbor.Builder

@Generated public interface NeighborOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.

    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

    • getNeighborId

      String getNeighborId()
       Output only. The neighbor id.
       
      string neighbor_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The neighborId.
    • getNeighborIdBytes

      com.google.protobuf.ByteString getNeighborIdBytes()
       Output only. The neighbor id.
       
      string neighbor_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for neighborId.
    • getNeighborDistance

      double getNeighborDistance()
       Output only. The neighbor distance.
       
      double neighbor_distance = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The neighborDistance.