public interface AliasOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAlias()
 The alias value, a string prefixed by "#". 
 | 
com.google.protobuf.ByteString | 
getAliasBytes()
 The alias value, a string prefixed by "#". 
 | 
Path | 
getPath()
 The path to be aliased. 
 | 
PathOrBuilder | 
getPathOrBuilder()
 The path to be aliased. 
 | 
boolean | 
hasPath()
 The path to be aliased. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPath()
The path to be aliased.
.gnmi.Path path = 1;Path getPath()
The path to be aliased.
.gnmi.Path path = 1;PathOrBuilder getPathOrBuilder()
The path to be aliased.
.gnmi.Path path = 1;String getAlias()
The alias value, a string prefixed by "#".
string alias = 2;com.google.protobuf.ByteString getAliasBytes()
The alias value, a string prefixed by "#".
string alias = 2;Copyright © 2018 OpenDaylight. All rights reserved.