Interface FirewallOuterClass.HierarchicalPolicerStatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getAggregateBytes()
      optional uint64 aggregate_bytes = 5;
      long getAggregatePackets()
      optional uint64 aggregate_packets = 4;
      java.lang.String getName()
      required string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      required string name = 1;
      long getPremiumBytes()
      optional uint64 premium_bytes = 3;
      long getPremiumPackets()
      optional uint64 premium_packets = 2;
      boolean hasAggregateBytes()
      optional uint64 aggregate_bytes = 5;
      boolean hasAggregatePackets()
      optional uint64 aggregate_packets = 4;
      boolean hasName()
      required string name = 1;
      boolean hasPremiumBytes()
      optional uint64 premium_bytes = 3;
      boolean hasPremiumPackets()
      optional uint64 premium_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;
         Hierarchical policer instance name
         
      • getName

        java.lang.String getName()
        required string name = 1;
         Hierarchical policer instance name
         
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        required string name = 1;
         Hierarchical policer instance name
         
      • hasPremiumPackets

        boolean hasPremiumPackets()
        optional uint64 premium_packets = 2;
         The total number of packets marked out-of-specification by
         the premium policer
         
      • getPremiumPackets

        long getPremiumPackets()
        optional uint64 premium_packets = 2;
         The total number of packets marked out-of-specification by
         the premium policer
         
      • hasPremiumBytes

        boolean hasPremiumBytes()
        optional uint64 premium_bytes = 3;
         The total number of bytes marked out-of-specification by
         the premium policer
         
      • getPremiumBytes

        long getPremiumBytes()
        optional uint64 premium_bytes = 3;
         The total number of bytes marked out-of-specification by
         the premium policer
         
      • hasAggregatePackets

        boolean hasAggregatePackets()
        optional uint64 aggregate_packets = 4;
         The total number of packets marked out-of-specification by
         the aggregate policer
         
      • getAggregatePackets

        long getAggregatePackets()
        optional uint64 aggregate_packets = 4;
         The total number of packets marked out-of-specification by
         the aggregate policer
         
      • hasAggregateBytes

        boolean hasAggregateBytes()
        optional uint64 aggregate_bytes = 5;
         The total number of bytes marked out-of-specification by
         the aggregate policer
         
      • getAggregateBytes

        long getAggregateBytes()
        optional uint64 aggregate_bytes = 5;
         The total number of bytes marked out-of-specification by
         the aggregate policer