Interface ConnectionPropertiesOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ConnectionProperties, ConnectionProperties.Builder

    public interface ConnectionPropertiesOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getReceivedBytes()
      Number of bytes received from downstream.
      long getSentBytes()
      Number of bytes sent to downstream.
      • 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

      • getReceivedBytes

        long getReceivedBytes()
         Number of bytes received from downstream.
         
        uint64 received_bytes = 1;
        Returns:
        The receivedBytes.
      • getSentBytes

        long getSentBytes()
         Number of bytes sent to downstream.
         
        uint64 sent_bytes = 2;
        Returns:
        The sentBytes.