public static interface Gnmi.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 "#".
|
Gnmi.Path |
getPath()
The path to be aliased.
|
Gnmi.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, hasOneof
boolean hasPath()
The path to be aliased.
.gnmi.Path path = 1;
Gnmi.Path getPath()
The path to be aliased.
.gnmi.Path path = 1;
Gnmi.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 © 2021. All rights reserved.