Interface MessageOrBuilder

    • Method Detail

      • getLength

        int getLength()
         Length of the message. It may not be the same as the length of the
         data field, as the logging payload can be truncated or omitted.
         
        uint32 length = 1;
        Returns:
        The length.
      • getData

        ByteString getData()
         May be truncated or omitted.
         
        bytes data = 2;
        Returns:
        The data.