Interface FirewallOuterClass.MemoryUsageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getAllocated()
      The amount of the memory allocated in bytes to the filter
      String getName()
      The router has typically several types of memories (e.g.
      com.google.protobuf.ByteString getNameBytes()
      The router has typically several types of memories (e.g.
      boolean hasAllocated()
      The amount of the memory allocated in bytes to the filter
      boolean hasName()
      The router has typically several types of memories (e.g.
      • 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()
         The router has typically several types of memories (e.g. CPU's memory,
         ASIC's forwarding memories) in which the firewall object is written.
         This field indicates the name of the memory subsystem whose utilization
         is being reported.
         
        required string name = 1 [(.telemetry_options) = { ... }
        Returns:
        Whether the name field is set.
      • getName

        String getName()
         The router has typically several types of memories (e.g. CPU's memory,
         ASIC's forwarding memories) in which the firewall object is written.
         This field indicates the name of the memory subsystem whose utilization
         is being reported.
         
        required string name = 1 [(.telemetry_options) = { ... }
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The router has typically several types of memories (e.g. CPU's memory,
         ASIC's forwarding memories) in which the firewall object is written.
         This field indicates the name of the memory subsystem whose utilization
         is being reported.
         
        required string name = 1 [(.telemetry_options) = { ... }
        Returns:
        The bytes for name.
      • hasAllocated

        boolean hasAllocated()
         The amount of the memory allocated in bytes to the filter
         
        optional uint64 allocated = 2 [(.telemetry_options) = { ... }
        Returns:
        Whether the allocated field is set.
      • getAllocated

        long getAllocated()
         The amount of the memory allocated in bytes to the filter
         
        optional uint64 allocated = 2 [(.telemetry_options) = { ... }
        Returns:
        The allocated.