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