Interface MonitorDProto.NetworkDeviceCountersOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MonitorDProto.NetworkDeviceCounters
,MonitorDProto.NetworkDeviceCounters.Builder
- Enclosing class:
- MonitorDProto
public static interface MonitorDProto.NetworkDeviceCountersOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
uint32 bytes_in = 5;
int
uint32 bytes_out = 6;
int
uint32 bytes_total = 7;
int
uint32 collisions = 11;
Name of the devicecom.google.protobuf.ByteString
Name of the deviceint
uint32 errors_in = 8;
int
uint32 errors_out = 9;
int
uint32 errors_total = 10;
int
uint32 packets_in = 2;
int
uint32 packets_out = 3;
int
uint32 packets_total = 4;
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
-
getDevice
String getDevice()Name of the device
string device = 1;
- Returns:
- The device.
-
getDeviceBytes
com.google.protobuf.ByteString getDeviceBytes()Name of the device
string device = 1;
- Returns:
- The bytes for device.
-
getPacketsIn
int getPacketsIn()uint32 packets_in = 2;
- Returns:
- The packetsIn.
-
getPacketsOut
int getPacketsOut()uint32 packets_out = 3;
- Returns:
- The packetsOut.
-
getPacketsTotal
int getPacketsTotal()uint32 packets_total = 4;
- Returns:
- The packetsTotal.
-
getBytesIn
int getBytesIn()uint32 bytes_in = 5;
- Returns:
- The bytesIn.
-
getBytesOut
int getBytesOut()uint32 bytes_out = 6;
- Returns:
- The bytesOut.
-
getBytesTotal
int getBytesTotal()uint32 bytes_total = 7;
- Returns:
- The bytesTotal.
-
getErrorsIn
int getErrorsIn()uint32 errors_in = 8;
- Returns:
- The errorsIn.
-
getErrorsOut
int getErrorsOut()uint32 errors_out = 9;
- Returns:
- The errorsOut.
-
getErrorsTotal
int getErrorsTotal()uint32 errors_total = 10;
- Returns:
- The errorsTotal.
-
getCollisions
int getCollisions()uint32 collisions = 11;
- Returns:
- The collisions.
-