Interface MonitorDProto.GetNetworkUsageReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MonitorDProto.GetNetworkUsageReply
,MonitorDProto.GetNetworkUsageReply.Builder
- Enclosing class:
- MonitorDProto
public static interface MonitorDProto.GetNetworkUsageReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDeviceUsage
(int index) List of network devices with their usage.int
List of network devices with their usage.List of network devices with their usage.getDeviceUsageOrBuilder
(int index) List of network devices with their usage.List<? extends MonitorDProto.NetworkDeviceUsageOrBuilder>
List of network devices with their usage.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
-
getDeviceUsageList
List<MonitorDProto.NetworkDeviceUsage> getDeviceUsageList()List of network devices with their usage.
repeated .serosystems.proto.v3.grx.monitord.NetworkDeviceUsage device_usage = 1;
-
getDeviceUsage
List of network devices with their usage.
repeated .serosystems.proto.v3.grx.monitord.NetworkDeviceUsage device_usage = 1;
-
getDeviceUsageCount
int getDeviceUsageCount()List of network devices with their usage.
repeated .serosystems.proto.v3.grx.monitord.NetworkDeviceUsage device_usage = 1;
-
getDeviceUsageOrBuilderList
List<? extends MonitorDProto.NetworkDeviceUsageOrBuilder> getDeviceUsageOrBuilderList()List of network devices with their usage.
repeated .serosystems.proto.v3.grx.monitord.NetworkDeviceUsage device_usage = 1;
-
getDeviceUsageOrBuilder
List of network devices with their usage.
repeated .serosystems.proto.v3.grx.monitord.NetworkDeviceUsage device_usage = 1;
-