public static interface Daemon.InterfacesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsInterfaces(long key)
Map from SCION interface IDs in the local AS to interface details.
|
Map<Long,Daemon.Interface> |
getInterfaces()
Deprecated.
|
int |
getInterfacesCount()
Map from SCION interface IDs in the local AS to interface details.
|
Map<Long,Daemon.Interface> |
getInterfacesMap()
Map from SCION interface IDs in the local AS to interface details.
|
Daemon.Interface |
getInterfacesOrDefault(long key,
Daemon.Interface defaultValue)
Map from SCION interface IDs in the local AS to interface details.
|
Daemon.Interface |
getInterfacesOrThrow(long key)
Map from SCION interface IDs in the local AS to interface details.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getInterfacesCount()
Map from SCION interface IDs in the local AS to interface details.
map<uint64, .proto.daemon.v1.Interface> interfaces = 1;boolean containsInterfaces(long key)
Map from SCION interface IDs in the local AS to interface details.
map<uint64, .proto.daemon.v1.Interface> interfaces = 1;@Deprecated Map<Long,Daemon.Interface> getInterfaces()
getInterfacesMap() instead.Map<Long,Daemon.Interface> getInterfacesMap()
Map from SCION interface IDs in the local AS to interface details.
map<uint64, .proto.daemon.v1.Interface> interfaces = 1;Daemon.Interface getInterfacesOrDefault(long key, Daemon.Interface defaultValue)
Map from SCION interface IDs in the local AS to interface details.
map<uint64, .proto.daemon.v1.Interface> interfaces = 1;Daemon.Interface getInterfacesOrThrow(long key)
Map from SCION interface IDs in the local AS to interface details.
map<uint64, .proto.daemon.v1.Interface> interfaces = 1;Copyright © 2024. All rights reserved.