Interface Transport.RouteMonitoringPacket.PathAttribute.AsPath.SegmentOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPaths​(int index)
      repeated fixed32 paths = 2;
      int getPathsCount()
      repeated fixed32 paths = 2;
      List<Integer> getPathsList()
      repeated fixed32 paths = 2;
      Transport.RouteMonitoringPacket.PathAttribute.AsPath.Segment.Type getType()
      .RouteMonitoringPacket.PathAttribute.AsPath.Segment.Type type = 1;
      int getTypeValue()
      .RouteMonitoringPacket.PathAttribute.AsPath.Segment.Type type = 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

      • getTypeValue

        int getTypeValue()
        .RouteMonitoringPacket.PathAttribute.AsPath.Segment.Type type = 1;
        Returns:
        The enum numeric value on the wire for type.
      • getPathsList

        List<Integer> getPathsList()
        repeated fixed32 paths = 2;
        Returns:
        A list containing the paths.
      • getPathsCount

        int getPathsCount()
        repeated fixed32 paths = 2;
        Returns:
        The count of paths.
      • getPaths

        int getPaths​(int index)
        repeated fixed32 paths = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The paths at the given index.