Interface NeighborOrBuilder (3.42.0)

public interface NeighborOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNeighborDistance()

public abstract double getNeighborDistance()

Output only. The neighbor distance.

double neighbor_distance = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
double

The neighborDistance.

getNeighborId()

public abstract String getNeighborId()

Output only. The neighbor id.

string neighbor_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The neighborId.

getNeighborIdBytes()

public abstract ByteString getNeighborIdBytes()

Output only. The neighbor id.

string neighbor_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for neighborId.