Interface MonitorDProto.LogMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MonitorDProto.LogMessage, MonitorDProto.LogMessage.Builder
Enclosing class:
MonitorDProto

public static interface MonitorDProto.LogMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Value of errno (if available).
    File of the code where the messages originates (if known).
    com.google.protobuf.ByteString
    File of the code where the messages originates (if known).
    Function of the code where the messages originates (if known).
    com.google.protobuf.ByteString
    Function of the code where the messages originates (if known).
    Line of the code where the messages originates (if known).
    com.google.protobuf.ByteString
    Line of the code where the messages originates (if known).
    Log message.
    com.google.protobuf.ByteString
    Log message.
    int
    Value between 0 (emergency) and 7 (debug).
    long
    Time [ms since epoch UTC] this entry was received in the journal.
    int
    Syslog facility, see RFC 3164.
    Systemd SyslogIdentifier, defaulting to process name.
    com.google.protobuf.ByteString
    Systemd SyslogIdentifier, defaulting to process name.
    int
    Syslog PID.

    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 Details

    • getMessage

      String getMessage()
       Log message. 
       
      string message = 1;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
       Log message. 
       
      string message = 1;
      Returns:
      The bytes for message.
    • getPriority

      int getPriority()
       Value between 0 (emergency) and 7 (debug). 
       
      uint32 priority = 2;
      Returns:
      The priority.
    • getCodeFile

      String getCodeFile()
       File of the code where the messages originates (if known). 
       
      string code_file = 3;
      Returns:
      The codeFile.
    • getCodeFileBytes

      com.google.protobuf.ByteString getCodeFileBytes()
       File of the code where the messages originates (if known). 
       
      string code_file = 3;
      Returns:
      The bytes for codeFile.
    • getCodeLine

      String getCodeLine()
       Line of the code where the messages originates (if known). 
       
      string code_line = 4;
      Returns:
      The codeLine.
    • getCodeLineBytes

      com.google.protobuf.ByteString getCodeLineBytes()
       Line of the code where the messages originates (if known). 
       
      string code_line = 4;
      Returns:
      The bytes for codeLine.
    • getCodeFunc

      String getCodeFunc()
       Function of the code where the messages originates (if known). 
       
      string code_func = 5;
      Returns:
      The codeFunc.
    • getCodeFuncBytes

      com.google.protobuf.ByteString getCodeFuncBytes()
       Function of the code where the messages originates (if known). 
       
      string code_func = 5;
      Returns:
      The bytes for codeFunc.
    • getCausingErrno

      int getCausingErrno()
       Value of errno (if available). 
       
      uint32 causing_errno = 6;
      Returns:
      The causingErrno.
    • getSyslogFacility

      int getSyslogFacility()
       Syslog facility, see RFC 3164. 
       
      uint32 syslog_facility = 7;
      Returns:
      The syslogFacility.
    • getSyslogIdentifier

      String getSyslogIdentifier()
      
       Systemd SyslogIdentifier, defaulting to process name.
       See also systemd.exec(5).
       
      string syslog_identifier = 8;
      Returns:
      The syslogIdentifier.
    • getSyslogIdentifierBytes

      com.google.protobuf.ByteString getSyslogIdentifierBytes()
      
       Systemd SyslogIdentifier, defaulting to process name.
       See also systemd.exec(5).
       
      string syslog_identifier = 8;
      Returns:
      The bytes for syslogIdentifier.
    • getSyslogPid

      int getSyslogPid()
       Syslog PID. 
       
      uint32 syslog_pid = 9;
      Returns:
      The syslogPid.
    • getRealtimeTimestamp

      long getRealtimeTimestamp()
       Time [ms since epoch UTC] this entry was received in the journal. 
       
      uint64 realtime_timestamp = 10;
      Returns:
      The realtimeTimestamp.