Interface FirewallOuterClass.FirewallStatsOrBuilder

    • Method Detail

      • hasFilterName

        boolean hasFilterName()
        required string filter_name = 1 [(.telemetry_options) = { ... }
        Returns:
        Whether the filterName field is set.
      • getFilterName

        String getFilterName()
        required string filter_name = 1 [(.telemetry_options) = { ... }
        Returns:
        The filterName.
      • getFilterNameBytes

        com.google.protobuf.ByteString getFilterNameBytes()
        required string filter_name = 1 [(.telemetry_options) = { ... }
        Returns:
        The bytes for filterName.
      • hasTimestamp

        boolean hasTimestamp()
         The Unix timestamp (seconds since 00:00:00 UTC 1970-01-01) of
         last filter state change event such as filter add, filter change,
         or counter clear.
         
        optional uint64 timestamp = 2 [(.telemetry_options) = { ... }
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        long getTimestamp()
         The Unix timestamp (seconds since 00:00:00 UTC 1970-01-01) of
         last filter state change event such as filter add, filter change,
         or counter clear.
         
        optional uint64 timestamp = 2 [(.telemetry_options) = { ... }
        Returns:
        The timestamp.
      • getMemoryUsageCount

        int getMemoryUsageCount()
        repeated .MemoryUsage memory_usage = 3;
      • getCounterStatsCount

        int getCounterStatsCount()
        repeated .CounterStats counter_stats = 4;
      • getPolicerStatsCount

        int getPolicerStatsCount()
        repeated .PolicerStats policer_stats = 5;
      • getHierarchicalPolicerStatsCount

        int getHierarchicalPolicerStatsCount()
        repeated .HierarchicalPolicerStats hierarchical_policer_stats = 6;