public static final class Daemon.Path.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Daemon.Path.Builder> implements Daemon.PathOrBuilder
proto.daemon.v1.Path| Modifier and Type | Method and Description |
|---|---|
Daemon.Path.Builder |
addAllBandwidth(Iterable<? extends Long> values)
Bandwidth lists the bandwidth between any two consecutive interfaces, in
Kbit/s.
|
Daemon.Path.Builder |
addAllGeo(Iterable<? extends Daemon.GeoCoordinates> values)
Geo lists the geographical position of the border routers along the
path.
|
Daemon.Path.Builder |
addAllInterfaces(Iterable<? extends Daemon.PathInterface> values)
The list of interfaces the path is composed of.
|
Daemon.Path.Builder |
addAllInternalHops(Iterable<? extends Integer> values)
InternalHops lists the number of AS internal hops for the ASes on path.
|
Daemon.Path.Builder |
addAllLatency(Iterable<? extends com.google.protobuf.Duration> values)
Latency lists the latencies between any two consecutive interfaces.
|
Daemon.Path.Builder |
addAllLinkType(Iterable<? extends Daemon.LinkType> values)
LinkType contains the announced link type of inter-domain links.
|
Daemon.Path.Builder |
addAllLinkTypeValue(Iterable<Integer> values)
LinkType contains the announced link type of inter-domain links.
|
Daemon.Path.Builder |
addAllNotes(Iterable<String> values)
Notes contains the notes added by ASes on the path, in the order of
occurrence.
|
Daemon.Path.Builder |
addBandwidth(long value)
Bandwidth lists the bandwidth between any two consecutive interfaces, in
Kbit/s.
|
Daemon.Path.Builder |
addGeo(Daemon.GeoCoordinates.Builder builderForValue)
Geo lists the geographical position of the border routers along the
path.
|
Daemon.Path.Builder |
addGeo(Daemon.GeoCoordinates value)
Geo lists the geographical position of the border routers along the
path.
|
Daemon.Path.Builder |
addGeo(int index,
Daemon.GeoCoordinates.Builder builderForValue)
Geo lists the geographical position of the border routers along the
path.
|
Daemon.Path.Builder |
addGeo(int index,
Daemon.GeoCoordinates value)
Geo lists the geographical position of the border routers along the
path.
|
Daemon.GeoCoordinates.Builder |
addGeoBuilder()
Geo lists the geographical position of the border routers along the
path.
|
Daemon.GeoCoordinates.Builder |
addGeoBuilder(int index)
Geo lists the geographical position of the border routers along the
path.
|
Daemon.Path.Builder |
addInterfaces(Daemon.PathInterface.Builder builderForValue)
The list of interfaces the path is composed of.
|
Daemon.Path.Builder |
addInterfaces(Daemon.PathInterface value)
The list of interfaces the path is composed of.
|
Daemon.Path.Builder |
addInterfaces(int index,
Daemon.PathInterface.Builder builderForValue)
The list of interfaces the path is composed of.
|
Daemon.Path.Builder |
addInterfaces(int index,
Daemon.PathInterface value)
The list of interfaces the path is composed of.
|
Daemon.PathInterface.Builder |
addInterfacesBuilder()
The list of interfaces the path is composed of.
|
Daemon.PathInterface.Builder |
addInterfacesBuilder(int index)
The list of interfaces the path is composed of.
|
Daemon.Path.Builder |
addInternalHops(int value)
InternalHops lists the number of AS internal hops for the ASes on path.
|
Daemon.Path.Builder |
addLatency(com.google.protobuf.Duration.Builder builderForValue)
Latency lists the latencies between any two consecutive interfaces.
|
Daemon.Path.Builder |
addLatency(com.google.protobuf.Duration value)
Latency lists the latencies between any two consecutive interfaces.
|
Daemon.Path.Builder |
addLatency(int index,
com.google.protobuf.Duration.Builder builderForValue)
Latency lists the latencies between any two consecutive interfaces.
|
Daemon.Path.Builder |
addLatency(int index,
com.google.protobuf.Duration value)
Latency lists the latencies between any two consecutive interfaces.
|
com.google.protobuf.Duration.Builder |
addLatencyBuilder()
Latency lists the latencies between any two consecutive interfaces.
|
com.google.protobuf.Duration.Builder |
addLatencyBuilder(int index)
Latency lists the latencies between any two consecutive interfaces.
|
Daemon.Path.Builder |
addLinkType(Daemon.LinkType value)
LinkType contains the announced link type of inter-domain links.
|
Daemon.Path.Builder |
addLinkTypeValue(int value)
LinkType contains the announced link type of inter-domain links.
|
Daemon.Path.Builder |
addNotes(String value)
Notes contains the notes added by ASes on the path, in the order of
occurrence.
|
Daemon.Path.Builder |
addNotesBytes(com.google.protobuf.ByteString value)
Notes contains the notes added by ASes on the path, in the order of
occurrence.
|
Daemon.Path.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Daemon.Path |
build() |
Daemon.Path |
buildPartial() |
Daemon.Path.Builder |
clear() |
Daemon.Path.Builder |
clearBandwidth()
Bandwidth lists the bandwidth between any two consecutive interfaces, in
Kbit/s.
|
Daemon.Path.Builder |
clearEpicAuths()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
|
Daemon.Path.Builder |
clearExpiration()
The point in time when this path expires.
|
Daemon.Path.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Daemon.Path.Builder |
clearGeo()
Geo lists the geographical position of the border routers along the
path.
|
Daemon.Path.Builder |
clearInterface()
Interface for exiting the local AS using this path.
|
Daemon.Path.Builder |
clearInterfaces()
The list of interfaces the path is composed of.
|
Daemon.Path.Builder |
clearInternalHops()
InternalHops lists the number of AS internal hops for the ASes on path.
|
Daemon.Path.Builder |
clearLatency()
Latency lists the latencies between any two consecutive interfaces.
|
Daemon.Path.Builder |
clearLinkType()
LinkType contains the announced link type of inter-domain links.
|
Daemon.Path.Builder |
clearMtu()
The maximum transmission unit (MTU) on the path.
|
Daemon.Path.Builder |
clearNotes()
Notes contains the notes added by ASes on the path, in the order of
occurrence.
|
Daemon.Path.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Daemon.Path.Builder |
clearRaw()
The raw data-plane path.
|
Daemon.Path.Builder |
clone() |
long |
getBandwidth(int index)
Bandwidth lists the bandwidth between any two consecutive interfaces, in
Kbit/s.
|
int |
getBandwidthCount()
Bandwidth lists the bandwidth between any two consecutive interfaces, in
Kbit/s.
|
List<Long> |
getBandwidthList()
Bandwidth lists the bandwidth between any two consecutive interfaces, in
Kbit/s.
|
Daemon.Path |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Daemon.EpicAuths |
getEpicAuths()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
|
Daemon.EpicAuths.Builder |
getEpicAuthsBuilder()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
|
Daemon.EpicAuthsOrBuilder |
getEpicAuthsOrBuilder()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
|
com.google.protobuf.Timestamp |
getExpiration()
The point in time when this path expires.
|
com.google.protobuf.Timestamp.Builder |
getExpirationBuilder()
The point in time when this path expires.
|
com.google.protobuf.TimestampOrBuilder |
getExpirationOrBuilder()
The point in time when this path expires.
|
Daemon.GeoCoordinates |
getGeo(int index)
Geo lists the geographical position of the border routers along the
path.
|
Daemon.GeoCoordinates.Builder |
getGeoBuilder(int index)
Geo lists the geographical position of the border routers along the
path.
|
List<Daemon.GeoCoordinates.Builder> |
getGeoBuilderList()
Geo lists the geographical position of the border routers along the
path.
|
int |
getGeoCount()
Geo lists the geographical position of the border routers along the
path.
|
List<Daemon.GeoCoordinates> |
getGeoList()
Geo lists the geographical position of the border routers along the
path.
|
Daemon.GeoCoordinatesOrBuilder |
getGeoOrBuilder(int index)
Geo lists the geographical position of the border routers along the
path.
|
List<? extends Daemon.GeoCoordinatesOrBuilder> |
getGeoOrBuilderList()
Geo lists the geographical position of the border routers along the
path.
|
Daemon.Interface |
getInterface()
Interface for exiting the local AS using this path.
|
Daemon.Interface.Builder |
getInterfaceBuilder()
Interface for exiting the local AS using this path.
|
Daemon.InterfaceOrBuilder |
getInterfaceOrBuilder()
Interface for exiting the local AS using this path.
|
Daemon.PathInterface |
getInterfaces(int index)
The list of interfaces the path is composed of.
|
Daemon.PathInterface.Builder |
getInterfacesBuilder(int index)
The list of interfaces the path is composed of.
|
List<Daemon.PathInterface.Builder> |
getInterfacesBuilderList()
The list of interfaces the path is composed of.
|
int |
getInterfacesCount()
The list of interfaces the path is composed of.
|
List<Daemon.PathInterface> |
getInterfacesList()
The list of interfaces the path is composed of.
|
Daemon.PathInterfaceOrBuilder |
getInterfacesOrBuilder(int index)
The list of interfaces the path is composed of.
|
List<? extends Daemon.PathInterfaceOrBuilder> |
getInterfacesOrBuilderList()
The list of interfaces the path is composed of.
|
int |
getInternalHops(int index)
InternalHops lists the number of AS internal hops for the ASes on path.
|
int |
getInternalHopsCount()
InternalHops lists the number of AS internal hops for the ASes on path.
|
List<Integer> |
getInternalHopsList()
InternalHops lists the number of AS internal hops for the ASes on path.
|
com.google.protobuf.Duration |
getLatency(int index)
Latency lists the latencies between any two consecutive interfaces.
|
com.google.protobuf.Duration.Builder |
getLatencyBuilder(int index)
Latency lists the latencies between any two consecutive interfaces.
|
List<com.google.protobuf.Duration.Builder> |
getLatencyBuilderList()
Latency lists the latencies between any two consecutive interfaces.
|
int |
getLatencyCount()
Latency lists the latencies between any two consecutive interfaces.
|
List<com.google.protobuf.Duration> |
getLatencyList()
Latency lists the latencies between any two consecutive interfaces.
|
com.google.protobuf.DurationOrBuilder |
getLatencyOrBuilder(int index)
Latency lists the latencies between any two consecutive interfaces.
|
List<? extends com.google.protobuf.DurationOrBuilder> |
getLatencyOrBuilderList()
Latency lists the latencies between any two consecutive interfaces.
|
Daemon.LinkType |
getLinkType(int index)
LinkType contains the announced link type of inter-domain links.
|
int |
getLinkTypeCount()
LinkType contains the announced link type of inter-domain links.
|
List<Daemon.LinkType> |
getLinkTypeList()
LinkType contains the announced link type of inter-domain links.
|
int |
getLinkTypeValue(int index)
LinkType contains the announced link type of inter-domain links.
|
List<Integer> |
getLinkTypeValueList()
LinkType contains the announced link type of inter-domain links.
|
int |
getMtu()
The maximum transmission unit (MTU) on the path.
|
String |
getNotes(int index)
Notes contains the notes added by ASes on the path, in the order of
occurrence.
|
com.google.protobuf.ByteString |
getNotesBytes(int index)
Notes contains the notes added by ASes on the path, in the order of
occurrence.
|
int |
getNotesCount()
Notes contains the notes added by ASes on the path, in the order of
occurrence.
|
com.google.protobuf.ProtocolStringList |
getNotesList()
Notes contains the notes added by ASes on the path, in the order of
occurrence.
|
com.google.protobuf.ByteString |
getRaw()
The raw data-plane path.
|
boolean |
hasEpicAuths()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
|
boolean |
hasExpiration()
The point in time when this path expires.
|
boolean |
hasInterface()
Interface for exiting the local AS using this path.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Daemon.Path.Builder |
mergeEpicAuths(Daemon.EpicAuths value)
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
|
Daemon.Path.Builder |
mergeExpiration(com.google.protobuf.Timestamp value)
The point in time when this path expires.
|
Daemon.Path.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Daemon.Path.Builder |
mergeFrom(Daemon.Path other) |
Daemon.Path.Builder |
mergeFrom(com.google.protobuf.Message other) |
Daemon.Path.Builder |
mergeInterface(Daemon.Interface value)
Interface for exiting the local AS using this path.
|
Daemon.Path.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Daemon.Path.Builder |
removeGeo(int index)
Geo lists the geographical position of the border routers along the
path.
|
Daemon.Path.Builder |
removeInterfaces(int index)
The list of interfaces the path is composed of.
|
Daemon.Path.Builder |
removeLatency(int index)
Latency lists the latencies between any two consecutive interfaces.
|
Daemon.Path.Builder |
setBandwidth(int index,
long value)
Bandwidth lists the bandwidth between any two consecutive interfaces, in
Kbit/s.
|
Daemon.Path.Builder |
setEpicAuths(Daemon.EpicAuths.Builder builderForValue)
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
|
Daemon.Path.Builder |
setEpicAuths(Daemon.EpicAuths value)
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
|
Daemon.Path.Builder |
setExpiration(com.google.protobuf.Timestamp.Builder builderForValue)
The point in time when this path expires.
|
Daemon.Path.Builder |
setExpiration(com.google.protobuf.Timestamp value)
The point in time when this path expires.
|
Daemon.Path.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Daemon.Path.Builder |
setGeo(int index,
Daemon.GeoCoordinates.Builder builderForValue)
Geo lists the geographical position of the border routers along the
path.
|
Daemon.Path.Builder |
setGeo(int index,
Daemon.GeoCoordinates value)
Geo lists the geographical position of the border routers along the
path.
|
Daemon.Path.Builder |
setInterface(Daemon.Interface.Builder builderForValue)
Interface for exiting the local AS using this path.
|
Daemon.Path.Builder |
setInterface(Daemon.Interface value)
Interface for exiting the local AS using this path.
|
Daemon.Path.Builder |
setInterfaces(int index,
Daemon.PathInterface.Builder builderForValue)
The list of interfaces the path is composed of.
|
Daemon.Path.Builder |
setInterfaces(int index,
Daemon.PathInterface value)
The list of interfaces the path is composed of.
|
Daemon.Path.Builder |
setInternalHops(int index,
int value)
InternalHops lists the number of AS internal hops for the ASes on path.
|
Daemon.Path.Builder |
setLatency(int index,
com.google.protobuf.Duration.Builder builderForValue)
Latency lists the latencies between any two consecutive interfaces.
|
Daemon.Path.Builder |
setLatency(int index,
com.google.protobuf.Duration value)
Latency lists the latencies between any two consecutive interfaces.
|
Daemon.Path.Builder |
setLinkType(int index,
Daemon.LinkType value)
LinkType contains the announced link type of inter-domain links.
|
Daemon.Path.Builder |
setLinkTypeValue(int index,
int value)
LinkType contains the announced link type of inter-domain links.
|
Daemon.Path.Builder |
setMtu(int value)
The maximum transmission unit (MTU) on the path.
|
Daemon.Path.Builder |
setNotes(int index,
String value)
Notes contains the notes added by ASes on the path, in the order of
occurrence.
|
Daemon.Path.Builder |
setRaw(com.google.protobuf.ByteString value)
The raw data-plane path.
|
Daemon.Path.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Daemon.Path.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addExtension, clearExtension, extensionsAreInitialized, getAllFields, getExtension, getExtension, getExtensionCount, getField, getFieldBuilder, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, hasExtension, hasField, mergeExtensionFields, newBuilderForField, parseUnknownField, setExtension, setExtensiongetOneofFieldDescriptor, getUnknownFields, getUnknownFieldSetBuilder, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, onBuilt, onChanged, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Daemon.Path.Builder>public Daemon.Path.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Daemon.Path.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Daemon.Path.Builder>public Daemon.Path getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Daemon.Path build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Daemon.Path buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Daemon.Path.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Daemon.Path.Builder>public Daemon.Path.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Daemon.Path.Builder>public Daemon.Path.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Daemon.Path.Builder>public Daemon.Path.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Daemon.Path.Builder>public Daemon.Path.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Daemon.Path.Builder>public Daemon.Path.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Daemon.Path.Builder>public Daemon.Path.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Daemon.Path.Builder>public Daemon.Path.Builder mergeFrom(Daemon.Path other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.ExtendableBuilder<com.google.protobuf.GeneratedMessageV3,Daemon.Path.Builder>public Daemon.Path.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Daemon.Path.Builder>IOExceptionpublic com.google.protobuf.ByteString getRaw()
The raw data-plane path.
bytes raw = 1;getRaw in interface Daemon.PathOrBuilderpublic Daemon.Path.Builder setRaw(com.google.protobuf.ByteString value)
The raw data-plane path.
bytes raw = 1;value - The raw to set.public Daemon.Path.Builder clearRaw()
The raw data-plane path.
bytes raw = 1;public boolean hasInterface()
Interface for exiting the local AS using this path.
.proto.daemon.v1.Interface interface = 2;hasInterface in interface Daemon.PathOrBuilderpublic Daemon.Interface getInterface()
Interface for exiting the local AS using this path.
.proto.daemon.v1.Interface interface = 2;getInterface in interface Daemon.PathOrBuilderpublic Daemon.Path.Builder setInterface(Daemon.Interface value)
Interface for exiting the local AS using this path.
.proto.daemon.v1.Interface interface = 2;public Daemon.Path.Builder setInterface(Daemon.Interface.Builder builderForValue)
Interface for exiting the local AS using this path.
.proto.daemon.v1.Interface interface = 2;public Daemon.Path.Builder mergeInterface(Daemon.Interface value)
Interface for exiting the local AS using this path.
.proto.daemon.v1.Interface interface = 2;public Daemon.Path.Builder clearInterface()
Interface for exiting the local AS using this path.
.proto.daemon.v1.Interface interface = 2;public Daemon.Interface.Builder getInterfaceBuilder()
Interface for exiting the local AS using this path.
.proto.daemon.v1.Interface interface = 2;public Daemon.InterfaceOrBuilder getInterfaceOrBuilder()
Interface for exiting the local AS using this path.
.proto.daemon.v1.Interface interface = 2;getInterfaceOrBuilder in interface Daemon.PathOrBuilderpublic List<Daemon.PathInterface> getInterfacesList()
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;getInterfacesList in interface Daemon.PathOrBuilderpublic int getInterfacesCount()
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;getInterfacesCount in interface Daemon.PathOrBuilderpublic Daemon.PathInterface getInterfaces(int index)
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;getInterfaces in interface Daemon.PathOrBuilderpublic Daemon.Path.Builder setInterfaces(int index, Daemon.PathInterface value)
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;public Daemon.Path.Builder setInterfaces(int index, Daemon.PathInterface.Builder builderForValue)
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;public Daemon.Path.Builder addInterfaces(Daemon.PathInterface value)
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;public Daemon.Path.Builder addInterfaces(int index, Daemon.PathInterface value)
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;public Daemon.Path.Builder addInterfaces(Daemon.PathInterface.Builder builderForValue)
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;public Daemon.Path.Builder addInterfaces(int index, Daemon.PathInterface.Builder builderForValue)
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;public Daemon.Path.Builder addAllInterfaces(Iterable<? extends Daemon.PathInterface> values)
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;public Daemon.Path.Builder clearInterfaces()
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;public Daemon.Path.Builder removeInterfaces(int index)
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;public Daemon.PathInterface.Builder getInterfacesBuilder(int index)
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;public Daemon.PathInterfaceOrBuilder getInterfacesOrBuilder(int index)
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;getInterfacesOrBuilder in interface Daemon.PathOrBuilderpublic List<? extends Daemon.PathInterfaceOrBuilder> getInterfacesOrBuilderList()
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;getInterfacesOrBuilderList in interface Daemon.PathOrBuilderpublic Daemon.PathInterface.Builder addInterfacesBuilder()
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;public Daemon.PathInterface.Builder addInterfacesBuilder(int index)
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;public List<Daemon.PathInterface.Builder> getInterfacesBuilderList()
The list of interfaces the path is composed of.
repeated .proto.daemon.v1.PathInterface interfaces = 3;public int getMtu()
The maximum transmission unit (MTU) on the path.
uint32 mtu = 4;getMtu in interface Daemon.PathOrBuilderpublic Daemon.Path.Builder setMtu(int value)
The maximum transmission unit (MTU) on the path.
uint32 mtu = 4;value - The mtu to set.public Daemon.Path.Builder clearMtu()
The maximum transmission unit (MTU) on the path.
uint32 mtu = 4;public boolean hasExpiration()
The point in time when this path expires. In seconds since UNIX epoch.
.google.protobuf.Timestamp expiration = 5;hasExpiration in interface Daemon.PathOrBuilderpublic com.google.protobuf.Timestamp getExpiration()
The point in time when this path expires. In seconds since UNIX epoch.
.google.protobuf.Timestamp expiration = 5;getExpiration in interface Daemon.PathOrBuilderpublic Daemon.Path.Builder setExpiration(com.google.protobuf.Timestamp value)
The point in time when this path expires. In seconds since UNIX epoch.
.google.protobuf.Timestamp expiration = 5;public Daemon.Path.Builder setExpiration(com.google.protobuf.Timestamp.Builder builderForValue)
The point in time when this path expires. In seconds since UNIX epoch.
.google.protobuf.Timestamp expiration = 5;public Daemon.Path.Builder mergeExpiration(com.google.protobuf.Timestamp value)
The point in time when this path expires. In seconds since UNIX epoch.
.google.protobuf.Timestamp expiration = 5;public Daemon.Path.Builder clearExpiration()
The point in time when this path expires. In seconds since UNIX epoch.
.google.protobuf.Timestamp expiration = 5;public com.google.protobuf.Timestamp.Builder getExpirationBuilder()
The point in time when this path expires. In seconds since UNIX epoch.
.google.protobuf.Timestamp expiration = 5;public com.google.protobuf.TimestampOrBuilder getExpirationOrBuilder()
The point in time when this path expires. In seconds since UNIX epoch.
.google.protobuf.Timestamp expiration = 5;getExpirationOrBuilder in interface Daemon.PathOrBuilderpublic List<com.google.protobuf.Duration> getLatencyList()
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;getLatencyList in interface Daemon.PathOrBuilderpublic int getLatencyCount()
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;getLatencyCount in interface Daemon.PathOrBuilderpublic com.google.protobuf.Duration getLatency(int index)
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;getLatency in interface Daemon.PathOrBuilderpublic Daemon.Path.Builder setLatency(int index, com.google.protobuf.Duration value)
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;public Daemon.Path.Builder setLatency(int index, com.google.protobuf.Duration.Builder builderForValue)
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;public Daemon.Path.Builder addLatency(com.google.protobuf.Duration value)
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;public Daemon.Path.Builder addLatency(int index, com.google.protobuf.Duration value)
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;public Daemon.Path.Builder addLatency(com.google.protobuf.Duration.Builder builderForValue)
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;public Daemon.Path.Builder addLatency(int index, com.google.protobuf.Duration.Builder builderForValue)
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;public Daemon.Path.Builder addAllLatency(Iterable<? extends com.google.protobuf.Duration> values)
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;public Daemon.Path.Builder clearLatency()
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;public Daemon.Path.Builder removeLatency(int index)
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;public com.google.protobuf.Duration.Builder getLatencyBuilder(int index)
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;public com.google.protobuf.DurationOrBuilder getLatencyOrBuilder(int index)
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;getLatencyOrBuilder in interface Daemon.PathOrBuilderpublic List<? extends com.google.protobuf.DurationOrBuilder> getLatencyOrBuilderList()
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;getLatencyOrBuilderList in interface Daemon.PathOrBuilderpublic com.google.protobuf.Duration.Builder addLatencyBuilder()
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;public com.google.protobuf.Duration.Builder addLatencyBuilder(int index)
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;public List<com.google.protobuf.Duration.Builder> getLatencyBuilderList()
Latency lists the latencies between any two consecutive interfaces. Entry i describes the latency between interface i and i+1. Consequently, there are N-1 entries for N interfaces. A negative value indicates that the AS did not announce a latency for this hop.
repeated .google.protobuf.Duration latency = 6;public List<Long> getBandwidthList()
Bandwidth lists the bandwidth between any two consecutive interfaces, in Kbit/s. Entry i describes the bandwidth between interfaces i and i+1. A 0-value indicates that the AS did not announce a bandwidth for this hop.
repeated uint64 bandwidth = 7;getBandwidthList in interface Daemon.PathOrBuilderpublic int getBandwidthCount()
Bandwidth lists the bandwidth between any two consecutive interfaces, in Kbit/s. Entry i describes the bandwidth between interfaces i and i+1. A 0-value indicates that the AS did not announce a bandwidth for this hop.
repeated uint64 bandwidth = 7;getBandwidthCount in interface Daemon.PathOrBuilderpublic long getBandwidth(int index)
Bandwidth lists the bandwidth between any two consecutive interfaces, in Kbit/s. Entry i describes the bandwidth between interfaces i and i+1. A 0-value indicates that the AS did not announce a bandwidth for this hop.
repeated uint64 bandwidth = 7;getBandwidth in interface Daemon.PathOrBuilderindex - The index of the element to return.public Daemon.Path.Builder setBandwidth(int index, long value)
Bandwidth lists the bandwidth between any two consecutive interfaces, in Kbit/s. Entry i describes the bandwidth between interfaces i and i+1. A 0-value indicates that the AS did not announce a bandwidth for this hop.
repeated uint64 bandwidth = 7;index - The index to set the value at.value - The bandwidth to set.public Daemon.Path.Builder addBandwidth(long value)
Bandwidth lists the bandwidth between any two consecutive interfaces, in Kbit/s. Entry i describes the bandwidth between interfaces i and i+1. A 0-value indicates that the AS did not announce a bandwidth for this hop.
repeated uint64 bandwidth = 7;value - The bandwidth to add.public Daemon.Path.Builder addAllBandwidth(Iterable<? extends Long> values)
Bandwidth lists the bandwidth between any two consecutive interfaces, in Kbit/s. Entry i describes the bandwidth between interfaces i and i+1. A 0-value indicates that the AS did not announce a bandwidth for this hop.
repeated uint64 bandwidth = 7;values - The bandwidth to add.public Daemon.Path.Builder clearBandwidth()
Bandwidth lists the bandwidth between any two consecutive interfaces, in Kbit/s. Entry i describes the bandwidth between interfaces i and i+1. A 0-value indicates that the AS did not announce a bandwidth for this hop.
repeated uint64 bandwidth = 7;public List<Daemon.GeoCoordinates> getGeoList()
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;getGeoList in interface Daemon.PathOrBuilderpublic int getGeoCount()
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;getGeoCount in interface Daemon.PathOrBuilderpublic Daemon.GeoCoordinates getGeo(int index)
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;getGeo in interface Daemon.PathOrBuilderpublic Daemon.Path.Builder setGeo(int index, Daemon.GeoCoordinates value)
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;public Daemon.Path.Builder setGeo(int index, Daemon.GeoCoordinates.Builder builderForValue)
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;public Daemon.Path.Builder addGeo(Daemon.GeoCoordinates value)
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;public Daemon.Path.Builder addGeo(int index, Daemon.GeoCoordinates value)
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;public Daemon.Path.Builder addGeo(Daemon.GeoCoordinates.Builder builderForValue)
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;public Daemon.Path.Builder addGeo(int index, Daemon.GeoCoordinates.Builder builderForValue)
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;public Daemon.Path.Builder addAllGeo(Iterable<? extends Daemon.GeoCoordinates> values)
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;public Daemon.Path.Builder clearGeo()
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;public Daemon.Path.Builder removeGeo(int index)
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;public Daemon.GeoCoordinates.Builder getGeoBuilder(int index)
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;public Daemon.GeoCoordinatesOrBuilder getGeoOrBuilder(int index)
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;getGeoOrBuilder in interface Daemon.PathOrBuilderpublic List<? extends Daemon.GeoCoordinatesOrBuilder> getGeoOrBuilderList()
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;getGeoOrBuilderList in interface Daemon.PathOrBuilderpublic Daemon.GeoCoordinates.Builder addGeoBuilder()
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;public Daemon.GeoCoordinates.Builder addGeoBuilder(int index)
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;public List<Daemon.GeoCoordinates.Builder> getGeoBuilderList()
Geo lists the geographical position of the border routers along the path. Entry i describes the position of the router for interface i. A 0-value indicates that the AS did not announce a position for this router.
repeated .proto.daemon.v1.GeoCoordinates geo = 8;public List<Daemon.LinkType> getLinkTypeList()
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;getLinkTypeList in interface Daemon.PathOrBuilderpublic int getLinkTypeCount()
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;getLinkTypeCount in interface Daemon.PathOrBuilderpublic Daemon.LinkType getLinkType(int index)
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;getLinkType in interface Daemon.PathOrBuilderindex - The index of the element to return.public Daemon.Path.Builder setLinkType(int index, Daemon.LinkType value)
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;index - The index to set the value at.value - The linkType to set.public Daemon.Path.Builder addLinkType(Daemon.LinkType value)
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;value - The linkType to add.public Daemon.Path.Builder addAllLinkType(Iterable<? extends Daemon.LinkType> values)
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;values - The linkType to add.public Daemon.Path.Builder clearLinkType()
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;public List<Integer> getLinkTypeValueList()
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;getLinkTypeValueList in interface Daemon.PathOrBuilderpublic int getLinkTypeValue(int index)
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;getLinkTypeValue in interface Daemon.PathOrBuilderindex - The index of the value to return.public Daemon.Path.Builder setLinkTypeValue(int index, int value)
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;index - The index to set the value at.value - The enum numeric value on the wire for linkType to set.public Daemon.Path.Builder addLinkTypeValue(int value)
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;value - The enum numeric value on the wire for linkType to add.public Daemon.Path.Builder addAllLinkTypeValue(Iterable<Integer> values)
LinkType contains the announced link type of inter-domain links. Entry i describes the link between interfaces 2*i and 2*i+1.
repeated .proto.daemon.v1.LinkType link_type = 9;values - The enum numeric values on the wire for linkType to add.public List<Integer> getInternalHopsList()
InternalHops lists the number of AS internal hops for the ASes on path. Entry i describes the hop between interfaces 2*i+1 and 2*i+2 in the same AS. Consequently, there are no entries for the first and last ASes, as these are not traversed completely by the path.
repeated uint32 internal_hops = 10;getInternalHopsList in interface Daemon.PathOrBuilderpublic int getInternalHopsCount()
InternalHops lists the number of AS internal hops for the ASes on path. Entry i describes the hop between interfaces 2*i+1 and 2*i+2 in the same AS. Consequently, there are no entries for the first and last ASes, as these are not traversed completely by the path.
repeated uint32 internal_hops = 10;getInternalHopsCount in interface Daemon.PathOrBuilderpublic int getInternalHops(int index)
InternalHops lists the number of AS internal hops for the ASes on path. Entry i describes the hop between interfaces 2*i+1 and 2*i+2 in the same AS. Consequently, there are no entries for the first and last ASes, as these are not traversed completely by the path.
repeated uint32 internal_hops = 10;getInternalHops in interface Daemon.PathOrBuilderindex - The index of the element to return.public Daemon.Path.Builder setInternalHops(int index, int value)
InternalHops lists the number of AS internal hops for the ASes on path. Entry i describes the hop between interfaces 2*i+1 and 2*i+2 in the same AS. Consequently, there are no entries for the first and last ASes, as these are not traversed completely by the path.
repeated uint32 internal_hops = 10;index - The index to set the value at.value - The internalHops to set.public Daemon.Path.Builder addInternalHops(int value)
InternalHops lists the number of AS internal hops for the ASes on path. Entry i describes the hop between interfaces 2*i+1 and 2*i+2 in the same AS. Consequently, there are no entries for the first and last ASes, as these are not traversed completely by the path.
repeated uint32 internal_hops = 10;value - The internalHops to add.public Daemon.Path.Builder addAllInternalHops(Iterable<? extends Integer> values)
InternalHops lists the number of AS internal hops for the ASes on path. Entry i describes the hop between interfaces 2*i+1 and 2*i+2 in the same AS. Consequently, there are no entries for the first and last ASes, as these are not traversed completely by the path.
repeated uint32 internal_hops = 10;values - The internalHops to add.public Daemon.Path.Builder clearInternalHops()
InternalHops lists the number of AS internal hops for the ASes on path. Entry i describes the hop between interfaces 2*i+1 and 2*i+2 in the same AS. Consequently, there are no entries for the first and last ASes, as these are not traversed completely by the path.
repeated uint32 internal_hops = 10;public com.google.protobuf.ProtocolStringList getNotesList()
Notes contains the notes added by ASes on the path, in the order of occurrence. Entry i is the note of AS i on the path.
repeated string notes = 11;getNotesList in interface Daemon.PathOrBuilderpublic int getNotesCount()
Notes contains the notes added by ASes on the path, in the order of occurrence. Entry i is the note of AS i on the path.
repeated string notes = 11;getNotesCount in interface Daemon.PathOrBuilderpublic String getNotes(int index)
Notes contains the notes added by ASes on the path, in the order of occurrence. Entry i is the note of AS i on the path.
repeated string notes = 11;getNotes in interface Daemon.PathOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getNotesBytes(int index)
Notes contains the notes added by ASes on the path, in the order of occurrence. Entry i is the note of AS i on the path.
repeated string notes = 11;getNotesBytes in interface Daemon.PathOrBuilderindex - The index of the value to return.public Daemon.Path.Builder setNotes(int index, String value)
Notes contains the notes added by ASes on the path, in the order of occurrence. Entry i is the note of AS i on the path.
repeated string notes = 11;index - The index to set the value at.value - The notes to set.public Daemon.Path.Builder addNotes(String value)
Notes contains the notes added by ASes on the path, in the order of occurrence. Entry i is the note of AS i on the path.
repeated string notes = 11;value - The notes to add.public Daemon.Path.Builder addAllNotes(Iterable<String> values)
Notes contains the notes added by ASes on the path, in the order of occurrence. Entry i is the note of AS i on the path.
repeated string notes = 11;values - The notes to add.public Daemon.Path.Builder clearNotes()
Notes contains the notes added by ASes on the path, in the order of occurrence. Entry i is the note of AS i on the path.
repeated string notes = 11;public Daemon.Path.Builder addNotesBytes(com.google.protobuf.ByteString value)
Notes contains the notes added by ASes on the path, in the order of occurrence. Entry i is the note of AS i on the path.
repeated string notes = 11;value - The bytes of the notes to add.public boolean hasEpicAuths()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
.proto.daemon.v1.EpicAuths epic_auths = 12;hasEpicAuths in interface Daemon.PathOrBuilderpublic Daemon.EpicAuths getEpicAuths()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
.proto.daemon.v1.EpicAuths epic_auths = 12;getEpicAuths in interface Daemon.PathOrBuilderpublic Daemon.Path.Builder setEpicAuths(Daemon.EpicAuths value)
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
.proto.daemon.v1.EpicAuths epic_auths = 12;public Daemon.Path.Builder setEpicAuths(Daemon.EpicAuths.Builder builderForValue)
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
.proto.daemon.v1.EpicAuths epic_auths = 12;public Daemon.Path.Builder mergeEpicAuths(Daemon.EpicAuths value)
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
.proto.daemon.v1.EpicAuths epic_auths = 12;public Daemon.Path.Builder clearEpicAuths()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
.proto.daemon.v1.EpicAuths epic_auths = 12;public Daemon.EpicAuths.Builder getEpicAuthsBuilder()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
.proto.daemon.v1.EpicAuths epic_auths = 12;public Daemon.EpicAuthsOrBuilder getEpicAuthsOrBuilder()
EpicAuths contains the EPIC authenticators used to calculate the PHVF and LHVF.
.proto.daemon.v1.EpicAuths epic_auths = 12;getEpicAuthsOrBuilder in interface Daemon.PathOrBuilderpublic final Daemon.Path.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Daemon.Path.Builder>public final Daemon.Path.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Daemon.Path.Builder>Copyright © 2024. All rights reserved.