public static interface FirewallOuterClass.CounterStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| long | getBytes()optional uint64 bytes = 3; | 
| String | getName()required string name = 1; | 
| com.google.protobuf.ByteString | getNameBytes()required string name = 1; | 
| long | getPackets()optional uint64 packets = 2; | 
| boolean | hasBytes()optional uint64 bytes = 3; | 
| boolean | hasName()required string name = 1; | 
| boolean | hasPackets()optional uint64 packets = 2; | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
required string name = 1;
 Counter name
String getName()
required string name = 1;
 Counter name
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
 Counter name
boolean hasPackets()
optional uint64 packets = 2;
 The total number of packets seen by the counter
long getPackets()
optional uint64 packets = 2;
 The total number of packets seen by the counter
boolean hasBytes()
optional uint64 bytes = 3;
 The total number of bytes seen by the counter
long getBytes()
optional uint64 bytes = 3;
 The total number of bytes seen by the counter
Copyright © 2019. All rights reserved.