Interface Transport.RouteMonitoringPacket.RouteOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLabels()
      string labels = 4;
      com.google.protobuf.ByteString getLabelsBytes()
      string labels = 4;
      int getLength()
      uint32 length = 2;
      long getPathId()
      uint64 pathId = 3;
      Transport.IpAddress getPrefix()
      .IpAddress prefix = 1;
      Transport.IpAddressOrBuilder getPrefixOrBuilder()
      .IpAddress prefix = 1;
      boolean hasPrefix()
      .IpAddress prefix = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasPrefix

        boolean hasPrefix()
        .IpAddress prefix = 1;
        Returns:
        Whether the prefix field is set.
      • getLength

        int getLength()
        uint32 length = 2;
        Returns:
        The length.
      • getPathId

        long getPathId()
        uint64 pathId = 3;
        Returns:
        The pathId.
      • getLabels

        java.lang.String getLabels()
        string labels = 4;
        Returns:
        The labels.
      • getLabelsBytes

        com.google.protobuf.ByteString getLabelsBytes()
        string labels = 4;
        Returns:
        The bytes for labels.