Package p4.v1
Interface P4RuntimeOuterClass.CounterDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4RuntimeOuterClass.CounterData,P4RuntimeOuterClass.CounterData.Builder
- Enclosing class:
P4RuntimeOuterClass
public static interface P4RuntimeOuterClass.CounterDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 byte_count = 1;longint64 packet_count = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getByteCount
long getByteCount()int64 byte_count = 1;- Returns:
- The byteCount.
-
getPacketCount
long getPacketCount()int64 packet_count = 2;- Returns:
- The packetCount.
-