Interface Gnmi.PathOrBuilder

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

    public static interface Gnmi.PathOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getElementList

        @Deprecated
        java.util.List<java.lang.String> getElementList()
        Deprecated.
         Elements of the path are no longer encoded as a string, but rather within
         the elem field as a PathElem message.
         
        repeated string element = 1 [deprecated = true];
      • getElementCount

        @Deprecated
        int getElementCount()
        Deprecated.
         Elements of the path are no longer encoded as a string, but rather within
         the elem field as a PathElem message.
         
        repeated string element = 1 [deprecated = true];
      • getElement

        @Deprecated
        java.lang.String getElement​(int index)
        Deprecated.
         Elements of the path are no longer encoded as a string, but rather within
         the elem field as a PathElem message.
         
        repeated string element = 1 [deprecated = true];
      • getElementBytes

        @Deprecated
        com.google.protobuf.ByteString getElementBytes​(int index)
        Deprecated.
         Elements of the path are no longer encoded as a string, but rather within
         the elem field as a PathElem message.
         
        repeated string element = 1 [deprecated = true];
      • getOrigin

        java.lang.String getOrigin()
         Label to disambiguate path.
         
        string origin = 2;
      • getOriginBytes

        com.google.protobuf.ByteString getOriginBytes()
         Label to disambiguate path.
         
        string origin = 2;
      • getElemList

        java.util.List<Gnmi.PathElem> getElemList()
         Elements of the path.
         
        repeated .gnmi.PathElem elem = 3;
      • getElem

        Gnmi.PathElem getElem​(int index)
         Elements of the path.
         
        repeated .gnmi.PathElem elem = 3;
      • getElemCount

        int getElemCount()
         Elements of the path.
         
        repeated .gnmi.PathElem elem = 3;
      • getElemOrBuilderList

        java.util.List<? extends Gnmi.PathElemOrBuilder> getElemOrBuilderList()
         Elements of the path.
         
        repeated .gnmi.PathElem elem = 3;
      • getElemOrBuilder

        Gnmi.PathElemOrBuilder getElemOrBuilder​(int index)
         Elements of the path.
         
        repeated .gnmi.PathElem elem = 3;
      • getTarget

        java.lang.String getTarget()
         The name of the target
         
        string target = 4;
      • getTargetBytes

        com.google.protobuf.ByteString getTargetBytes()
         The name of the target
         
        string target = 4;