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 Summary
Modifier and TypeMethodDescriptiongetDeviceCounters
(int index) List of network devices with their counters.int
List of network devices with their counters.List of network devices with their counters.getDeviceCountersOrBuilder
(int index) List of network devices with their counters.List<? extends MonitorDProto.NetworkDeviceCountersOrBuilder>
List of network devices with their counters.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
List of network devices with their counters.
repeated .serosystems.proto.v3.grx.monitord.NetworkDeviceCounters device_counters = 1;
-