public static interface Gnmi.PathOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Gnmi.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<Gnmi.PathElem> |
getElemList()
Elements of the path.
|
Gnmi.PathElemOrBuilder |
getElemOrBuilder(int index)
Elements of the path.
|
List<? extends Gnmi.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;
List<Gnmi.PathElem> getElemList()
Elements of the path.
repeated .gnmi.PathElem elem = 3;
Gnmi.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 Gnmi.PathElemOrBuilder> getElemOrBuilderList()
Elements of the path.
repeated .gnmi.PathElem elem = 3;
Gnmi.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 © 2021. All rights reserved.