Interface Transport.PeerOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Transport.Peer, Transport.Peer.Builder
    Enclosing class:
    Transport

    public static interface Transport.PeerOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getTypeValue

        int getTypeValue()
        .Peer.Type type = 1;
        Returns:
        The enum numeric value on the wire for type.
      • hasPeerFlags

        boolean hasPeerFlags()
        .Peer.PeerFlags peerFlags = 2;
        Returns:
        Whether the peerFlags field is set.
      • hasLocRibFlags

        boolean hasLocRibFlags()
        .Peer.LocRibFlags locRibFlags = 3;
        Returns:
        Whether the locRibFlags field is set.
      • getDistinguisher

        long getDistinguisher()
        fixed64 distinguisher = 4;
        Returns:
        The distinguisher.
      • hasAddress

        boolean hasAddress()
        .IpAddress address = 5;
        Returns:
        Whether the address field is set.
      • getAs

        int getAs()
        fixed32 as = 6;
        Returns:
        The as.
      • hasId

        boolean hasId()
        .IpAddress id = 7;
        Returns:
        Whether the id field is set.
      • hasTimestamp

        boolean hasTimestamp()
        .google.protobuf.Timestamp timestamp = 8;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        com.google.protobuf.Timestamp getTimestamp()
        .google.protobuf.Timestamp timestamp = 8;
        Returns:
        The timestamp.
      • getTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
        .google.protobuf.Timestamp timestamp = 8;
      • getHostname

        String getHostname()
        string hostname = 15;
        Returns:
        The hostname.
      • getHostnameBytes

        com.google.protobuf.ByteString getHostnameBytes()
        string hostname = 15;
        Returns:
        The bytes for hostname.