Class GnmiUtils


  • public final class GnmiUtils
    extends java.lang.Object
    Utilities for gNMI protocol.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String pathToString​(gnmi.Gnmi.Path path)
      Convert gNMI path to human readable string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • pathToString

        public static java.lang.String pathToString​(gnmi.Gnmi.Path path)
        Convert gNMI path to human readable string.
        Parameters:
        path - the gNMI path
        Returns:
        readable string of the path