Uses of Interface
org.opennms.features.openconfig.proto.gnmi.Gnmi.PathElemOrBuilder
-
Packages that use Gnmi.PathElemOrBuilder Package Description org.opennms.features.openconfig.proto.gnmi -
-
Uses of Gnmi.PathElemOrBuilder in org.opennms.features.openconfig.proto.gnmi
Classes in org.opennms.features.openconfig.proto.gnmi that implement Gnmi.PathElemOrBuilder Modifier and Type Class Description static class
Gnmi.PathElem
PathElem encodes an element of a gNMI path, along with any attributes (keys) that may be associated with it.static class
Gnmi.PathElem.Builder
PathElem encodes an element of a gNMI path, along with any attributes (keys) that may be associated with it.Methods in org.opennms.features.openconfig.proto.gnmi that return Gnmi.PathElemOrBuilder Modifier and Type Method Description Gnmi.PathElemOrBuilder
Gnmi.Path.Builder. getElemOrBuilder(int index)
Elements of the path.Gnmi.PathElemOrBuilder
Gnmi.Path. getElemOrBuilder(int index)
Elements of the path.Gnmi.PathElemOrBuilder
Gnmi.PathOrBuilder. getElemOrBuilder(int index)
Elements of the path.Methods in org.opennms.features.openconfig.proto.gnmi that return types with arguments of type Gnmi.PathElemOrBuilder Modifier and Type Method Description List<? extends Gnmi.PathElemOrBuilder>
Gnmi.Path.Builder. getElemOrBuilderList()
Elements of the path.List<? extends Gnmi.PathElemOrBuilder>
Gnmi.Path. getElemOrBuilderList()
Elements of the path.List<? extends Gnmi.PathElemOrBuilder>
Gnmi.PathOrBuilder. getElemOrBuilderList()
Elements of the path.
-