Interface Gnmi.AliasOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gnmi.Alias
,Gnmi.Alias.Builder
- Enclosing class:
- Gnmi
public static interface Gnmi.AliasOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAlias()
The alias value, a string prefixed by "#".com.google.protobuf.ByteString
getAliasBytes()
The alias value, a string prefixed by "#".Gnmi.Path
getPath()
The path to be aliased.Gnmi.PathOrBuilder
getPathOrBuilder()
The path to be aliased.boolean
hasPath()
The path to be aliased.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPath
boolean hasPath()
The path to be aliased.
.gnmi.Path path = 1;
-
getPath
Gnmi.Path getPath()
The path to be aliased.
.gnmi.Path path = 1;
-
getPathOrBuilder
Gnmi.PathOrBuilder getPathOrBuilder()
The path to be aliased.
.gnmi.Path path = 1;
-
getAlias
java.lang.String getAlias()
The alias value, a string prefixed by "#".
string alias = 2;
-
getAliasBytes
com.google.protobuf.ByteString getAliasBytes()
The alias value, a string prefixed by "#".
string alias = 2;
-
-