public static interface Daemon.PathsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getDestinationIsdAs()
ISD-AS of the destination of the path request.
|
boolean |
getHidden()
Request hidden paths instead of standard paths.
|
boolean |
getRefresh()
Choose to fetch fresh paths for this request instead
of having the server reply from its cache.
|
long |
getSourceIsdAs()
ISD-AS of the source of the path request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getSourceIsdAs()
ISD-AS of the source of the path request.
uint64 source_isd_as = 1;long getDestinationIsdAs()
ISD-AS of the destination of the path request.
uint64 destination_isd_as = 2;boolean getRefresh()
Choose to fetch fresh paths for this request instead of having the server reply from its cache.
bool refresh = 3;boolean getHidden()
Request hidden paths instead of standard paths.
bool hidden = 4;Copyright © 2024. All rights reserved.