Interface MonitorDProto.GetNetworkUsageHistoryReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MonitorDProto.GetNetworkUsageHistoryReply
,MonitorDProto.GetNetworkUsageHistoryReply.Builder
- Enclosing class:
- MonitorDProto
public static interface MonitorDProto.GetNetworkUsageHistoryReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHistory
(int index) Network device usage history.int
Network device usage history.Network device usage history.getHistoryOrBuilder
(int index) Network device usage history.Network device usage history.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
-
getHistoryList
List<MonitorDProto.GetNetworkUsageHistoryReply.Pair> getHistoryList()Network device usage history.
repeated .serosystems.proto.v3.grx.monitord.GetNetworkUsageHistoryReply.Pair history = 1;
-
getHistory
Network device usage history.
repeated .serosystems.proto.v3.grx.monitord.GetNetworkUsageHistoryReply.Pair history = 1;
-
getHistoryCount
int getHistoryCount()Network device usage history.
repeated .serosystems.proto.v3.grx.monitord.GetNetworkUsageHistoryReply.Pair history = 1;
-
getHistoryOrBuilderList
List<? extends MonitorDProto.GetNetworkUsageHistoryReply.PairOrBuilder> getHistoryOrBuilderList()Network device usage history.
repeated .serosystems.proto.v3.grx.monitord.GetNetworkUsageHistoryReply.Pair history = 1;
-
getHistoryOrBuilder
Network device usage history.
repeated .serosystems.proto.v3.grx.monitord.GetNetworkUsageHistoryReply.Pair history = 1;
-