Interface MonitorDProto.GetNetworkCountersReplyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MonitorDProto.GetNetworkCountersReply, MonitorDProto.GetNetworkCountersReply.Builder
Enclosing class:
MonitorDProto

public static interface MonitorDProto.GetNetworkCountersReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDeviceCountersList

      List<MonitorDProto.NetworkDeviceCounters> getDeviceCountersList()
       List of network devices with their counters. 
       
      repeated .serosystems.proto.v3.grx.monitord.NetworkDeviceCounters device_counters = 1;
    • getDeviceCounters

      MonitorDProto.NetworkDeviceCounters getDeviceCounters(int index)
       List of network devices with their counters. 
       
      repeated .serosystems.proto.v3.grx.monitord.NetworkDeviceCounters device_counters = 1;
    • getDeviceCountersCount

      int getDeviceCountersCount()
       List of network devices with their counters. 
       
      repeated .serosystems.proto.v3.grx.monitord.NetworkDeviceCounters device_counters = 1;
    • getDeviceCountersOrBuilderList

      List<? extends MonitorDProto.NetworkDeviceCountersOrBuilder> getDeviceCountersOrBuilderList()
       List of network devices with their counters. 
       
      repeated .serosystems.proto.v3.grx.monitord.NetworkDeviceCounters device_counters = 1;
    • getDeviceCountersOrBuilder

      MonitorDProto.NetworkDeviceCountersOrBuilder getDeviceCountersOrBuilder(int index)
       List of network devices with their counters. 
       
      repeated .serosystems.proto.v3.grx.monitord.NetworkDeviceCounters device_counters = 1;