Interface FirewallOuterClass.CounterStatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getBytes()
      optional uint64 bytes = 3;
      java.lang.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;
      • 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 Detail

      • hasName

        boolean hasName()
        required string name = 1;
         Counter name
         
      • getName

        java.lang.String getName()
        required string name = 1;
         Counter name
         
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        required string name = 1;
         Counter name
         
      • hasPackets

        boolean hasPackets()
        optional uint64 packets = 2;
         The total number of packets seen by the counter
         
      • getPackets

        long getPackets()
        optional uint64 packets = 2;
         The total number of packets seen by the counter
         
      • hasBytes

        boolean hasBytes()
        optional uint64 bytes = 3;
         The total number of bytes seen by the counter
         
      • getBytes

        long getBytes()
        optional uint64 bytes = 3;
         The total number of bytes seen by the counter