public interface PathOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
PathElem | 
getElem(int index)
 Elements of the path. 
 | 
int | 
getElemCount()
 Elements of the path. 
 | 
String | 
getElement(int index)
Deprecated.  
 | 
com.google.protobuf.ByteString | 
getElementBytes(int index)
Deprecated.  
 | 
int | 
getElementCount()
Deprecated.  
 | 
List<String> | 
getElementList()
Deprecated.  
 | 
List<PathElem> | 
getElemList()
 Elements of the path. 
 | 
PathElemOrBuilder | 
getElemOrBuilder(int index)
 Elements of the path. 
 | 
List<? extends PathElemOrBuilder> | 
getElemOrBuilderList()
 Elements of the path. 
 | 
String | 
getOrigin()
 Label to disambiguate path. 
 | 
com.google.protobuf.ByteString | 
getOriginBytes()
 Label to disambiguate path. 
 | 
String | 
getTarget()
 The name of the target 
 | 
com.google.protobuf.ByteString | 
getTargetBytes()
 The name of the target 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated List<String> getElementList()
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];@Deprecated int getElementCount()
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];@Deprecated String getElement(int index)
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];@Deprecated com.google.protobuf.ByteString getElementBytes(int index)
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];String getOrigin()
Label to disambiguate path.
string origin = 2;com.google.protobuf.ByteString getOriginBytes()
Label to disambiguate path.
string origin = 2;PathElem getElem(int index)
Elements of the path.
repeated .gnmi.PathElem elem = 3;int getElemCount()
Elements of the path.
repeated .gnmi.PathElem elem = 3;List<? extends PathElemOrBuilder> getElemOrBuilderList()
Elements of the path.
repeated .gnmi.PathElem elem = 3;PathElemOrBuilder getElemOrBuilder(int index)
Elements of the path.
repeated .gnmi.PathElem elem = 3;String getTarget()
The name of the target
string target = 4;com.google.protobuf.ByteString getTargetBytes()
The name of the target
string target = 4;Copyright © 2018 OpenDaylight. All rights reserved.