public static interface Discover.NeighboursOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Discover.Endpoint |
getFrom()
.protocol.Endpoint from = 1; |
Discover.EndpointOrBuilder |
getFromOrBuilder()
.protocol.Endpoint from = 1; |
Discover.Endpoint |
getNeighbours(int index)
repeated .protocol.Endpoint neighbours = 2; |
int |
getNeighboursCount()
repeated .protocol.Endpoint neighbours = 2; |
List<Discover.Endpoint> |
getNeighboursList()
repeated .protocol.Endpoint neighbours = 2; |
Discover.EndpointOrBuilder |
getNeighboursOrBuilder(int index)
repeated .protocol.Endpoint neighbours = 2; |
List<? extends Discover.EndpointOrBuilder> |
getNeighboursOrBuilderList()
repeated .protocol.Endpoint neighbours = 2; |
long |
getTimestamp()
int64 timestamp = 3; |
boolean |
hasFrom()
.protocol.Endpoint from = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFrom()
.protocol.Endpoint from = 1;Discover.Endpoint getFrom()
.protocol.Endpoint from = 1;Discover.EndpointOrBuilder getFromOrBuilder()
.protocol.Endpoint from = 1;List<Discover.Endpoint> getNeighboursList()
repeated .protocol.Endpoint neighbours = 2;Discover.Endpoint getNeighbours(int index)
repeated .protocol.Endpoint neighbours = 2;int getNeighboursCount()
repeated .protocol.Endpoint neighbours = 2;List<? extends Discover.EndpointOrBuilder> getNeighboursOrBuilderList()
repeated .protocol.Endpoint neighbours = 2;Discover.EndpointOrBuilder getNeighboursOrBuilder(int index)
repeated .protocol.Endpoint neighbours = 2;long getTimestamp()
int64 timestamp = 3;Copyright © 2020. All rights reserved.