Interface Telemetry.OpenConfigDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Telemetry.OpenConfigData
,Telemetry.OpenConfigData.Builder
- Enclosing class:
- Telemetry
public static interface Telemetry.OpenConfigDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getComponentId()
line card / RE (slot number)Telemetry.Delete
getDelete(int index)
For delete.int
getDeleteCount()
For delete.List<Telemetry.Delete>
getDeleteList()
For delete.Telemetry.DeleteOrBuilder
getDeleteOrBuilder(int index)
For delete.List<? extends Telemetry.DeleteOrBuilder>
getDeleteOrBuilderList()
For delete.Telemetry.Eom
getEom(int index)
If filled, it indicates end of marker for the respective path in the list.int
getEomCount()
If filled, it indicates end of marker for the respective path in the list.List<Telemetry.Eom>
getEomList()
If filled, it indicates end of marker for the respective path in the list.Telemetry.EomOrBuilder
getEomOrBuilder(int index)
If filled, it indicates end of marker for the respective path in the list.List<? extends Telemetry.EomOrBuilder>
getEomOrBuilderList()
If filled, it indicates end of marker for the respective path in the list.Telemetry.KeyValue
getKv(int index)
List of key-value pairsint
getKvCount()
List of key-value pairsList<Telemetry.KeyValue>
getKvList()
List of key-value pairsTelemetry.KeyValueOrBuilder
getKvOrBuilder(int index)
List of key-value pairsList<? extends Telemetry.KeyValueOrBuilder>
getKvOrBuilderList()
List of key-value pairsString
getPath()
Path specification for elements of OpenConfig data modelscom.google.protobuf.ByteString
getPathBytes()
Path specification for elements of OpenConfig data modelslong
getSequenceNumber()
Sequence number, monotonically increasing for each system_id, component_id, sub_component_id + path.int
getSubComponentId()
PFE (if applicable)boolean
getSyncResponse()
If filled, it indicates end of sync for complete subscriptionString
getSystemId()
router name:export IP addresscom.google.protobuf.ByteString
getSystemIdBytes()
router name:export IP addresslong
getTimestamp()
timestamp (milliseconds since epoch)-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSystemId
String getSystemId()
router name:export IP address
string system_id = 1;
-
getSystemIdBytes
com.google.protobuf.ByteString getSystemIdBytes()
router name:export IP address
string system_id = 1;
-
getComponentId
int getComponentId()
line card / RE (slot number)
uint32 component_id = 2;
-
getSubComponentId
int getSubComponentId()
PFE (if applicable)
uint32 sub_component_id = 3;
-
getPath
String getPath()
Path specification for elements of OpenConfig data models
string path = 4;
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
Path specification for elements of OpenConfig data models
string path = 4;
-
getSequenceNumber
long getSequenceNumber()
Sequence number, monotonically increasing for each system_id, component_id, sub_component_id + path.
uint64 sequence_number = 5;
-
getTimestamp
long getTimestamp()
timestamp (milliseconds since epoch)
uint64 timestamp = 6;
-
getKvList
List<Telemetry.KeyValue> getKvList()
List of key-value pairs
repeated .telemetry.KeyValue kv = 7;
-
getKv
Telemetry.KeyValue getKv(int index)
List of key-value pairs
repeated .telemetry.KeyValue kv = 7;
-
getKvCount
int getKvCount()
List of key-value pairs
repeated .telemetry.KeyValue kv = 7;
-
getKvOrBuilderList
List<? extends Telemetry.KeyValueOrBuilder> getKvOrBuilderList()
List of key-value pairs
repeated .telemetry.KeyValue kv = 7;
-
getKvOrBuilder
Telemetry.KeyValueOrBuilder getKvOrBuilder(int index)
List of key-value pairs
repeated .telemetry.KeyValue kv = 7;
-
getDeleteList
List<Telemetry.Delete> getDeleteList()
For delete. If filled, it indicates delete
repeated .telemetry.Delete delete = 8;
-
getDelete
Telemetry.Delete getDelete(int index)
For delete. If filled, it indicates delete
repeated .telemetry.Delete delete = 8;
-
getDeleteCount
int getDeleteCount()
For delete. If filled, it indicates delete
repeated .telemetry.Delete delete = 8;
-
getDeleteOrBuilderList
List<? extends Telemetry.DeleteOrBuilder> getDeleteOrBuilderList()
For delete. If filled, it indicates delete
repeated .telemetry.Delete delete = 8;
-
getDeleteOrBuilder
Telemetry.DeleteOrBuilder getDeleteOrBuilder(int index)
For delete. If filled, it indicates delete
repeated .telemetry.Delete delete = 8;
-
getEomList
List<Telemetry.Eom> getEomList()
If filled, it indicates end of marker for the respective path in the list.
repeated .telemetry.Eom eom = 9;
-
getEom
Telemetry.Eom getEom(int index)
If filled, it indicates end of marker for the respective path in the list.
repeated .telemetry.Eom eom = 9;
-
getEomCount
int getEomCount()
If filled, it indicates end of marker for the respective path in the list.
repeated .telemetry.Eom eom = 9;
-
getEomOrBuilderList
List<? extends Telemetry.EomOrBuilder> getEomOrBuilderList()
If filled, it indicates end of marker for the respective path in the list.
repeated .telemetry.Eom eom = 9;
-
getEomOrBuilder
Telemetry.EomOrBuilder getEomOrBuilder(int index)
If filled, it indicates end of marker for the respective path in the list.
repeated .telemetry.Eom eom = 9;
-
getSyncResponse
boolean getSyncResponse()
If filled, it indicates end of sync for complete subscription
bool sync_response = 10;
-
-