Class MonitorDProto.LogMessage

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
de.serosystems.proto.v3.grx.monitord.MonitorDProto.LogMessage
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, MonitorDProto.LogMessageOrBuilder, Serializable
Enclosing class:
MonitorDProto

public static final class MonitorDProto.LogMessage extends com.google.protobuf.GeneratedMessageV3 implements MonitorDProto.LogMessageOrBuilder

 Representation of of a single log message.
 See also SYSTEMD.JOURNAL-FIELDS(7) for details.
 
Protobuf type serosystems.proto.v3.grx.monitord.LogMessage
See Also:
  • Field Details

    • MESSAGE_FIELD_NUMBER

      public static final int MESSAGE_FIELD_NUMBER
      See Also:
    • PRIORITY_FIELD_NUMBER

      public static final int PRIORITY_FIELD_NUMBER
      See Also:
    • CODE_FILE_FIELD_NUMBER

      public static final int CODE_FILE_FIELD_NUMBER
      See Also:
    • CODE_LINE_FIELD_NUMBER

      public static final int CODE_LINE_FIELD_NUMBER
      See Also:
    • CODE_FUNC_FIELD_NUMBER

      public static final int CODE_FUNC_FIELD_NUMBER
      See Also:
    • CAUSING_ERRNO_FIELD_NUMBER

      public static final int CAUSING_ERRNO_FIELD_NUMBER
      See Also:
    • SYSLOG_FACILITY_FIELD_NUMBER

      public static final int SYSLOG_FACILITY_FIELD_NUMBER
      See Also:
    • SYSLOG_IDENTIFIER_FIELD_NUMBER

      public static final int SYSLOG_IDENTIFIER_FIELD_NUMBER
      See Also:
    • SYSLOG_PID_FIELD_NUMBER

      public static final int SYSLOG_PID_FIELD_NUMBER
      See Also:
    • REALTIME_TIMESTAMP_FIELD_NUMBER

      public static final int REALTIME_TIMESTAMP_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getMessage

      public String getMessage()
       Log message. 
       
      string message = 1;
      Specified by:
      getMessage in interface MonitorDProto.LogMessageOrBuilder
      Returns:
      The message.
    • getMessageBytes

      public com.google.protobuf.ByteString getMessageBytes()
       Log message. 
       
      string message = 1;
      Specified by:
      getMessageBytes in interface MonitorDProto.LogMessageOrBuilder
      Returns:
      The bytes for message.
    • getPriority

      public int getPriority()
       Value between 0 (emergency) and 7 (debug). 
       
      uint32 priority = 2;
      Specified by:
      getPriority in interface MonitorDProto.LogMessageOrBuilder
      Returns:
      The priority.
    • getCodeFile

      public String getCodeFile()
       File of the code where the messages originates (if known). 
       
      string code_file = 3;
      Specified by:
      getCodeFile in interface MonitorDProto.LogMessageOrBuilder
      Returns:
      The codeFile.
    • getCodeFileBytes

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

      public String getCodeLine()
       Line of the code where the messages originates (if known). 
       
      string code_line = 4;
      Specified by:
      getCodeLine in interface MonitorDProto.LogMessageOrBuilder
      Returns:
      The codeLine.
    • getCodeLineBytes

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

      public String getCodeFunc()
       Function of the code where the messages originates (if known). 
       
      string code_func = 5;
      Specified by:
      getCodeFunc in interface MonitorDProto.LogMessageOrBuilder
      Returns:
      The codeFunc.
    • getCodeFuncBytes

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

      public int getCausingErrno()
       Value of errno (if available). 
       
      uint32 causing_errno = 6;
      Specified by:
      getCausingErrno in interface MonitorDProto.LogMessageOrBuilder
      Returns:
      The causingErrno.
    • getSyslogFacility

      public int getSyslogFacility()
       Syslog facility, see RFC 3164. 
       
      uint32 syslog_facility = 7;
      Specified by:
      getSyslogFacility in interface MonitorDProto.LogMessageOrBuilder
      Returns:
      The syslogFacility.
    • getSyslogIdentifier

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

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

      public int getSyslogPid()
       Syslog PID. 
       
      uint32 syslog_pid = 9;
      Specified by:
      getSyslogPid in interface MonitorDProto.LogMessageOrBuilder
      Returns:
      The syslogPid.
    • getRealtimeTimestamp

      public long getRealtimeTimestamp()
       Time [ms since epoch UTC] this entry was received in the journal. 
       
      uint64 realtime_timestamp = 10;
      Specified by:
      getRealtimeTimestamp in interface MonitorDProto.LogMessageOrBuilder
      Returns:
      The realtimeTimestamp.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static MonitorDProto.LogMessage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MonitorDProto.LogMessage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MonitorDProto.LogMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MonitorDProto.LogMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MonitorDProto.LogMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MonitorDProto.LogMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MonitorDProto.LogMessage parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MonitorDProto.LogMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static MonitorDProto.LogMessage parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static MonitorDProto.LogMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MonitorDProto.LogMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MonitorDProto.LogMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public MonitorDProto.LogMessage.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static MonitorDProto.LogMessage.Builder newBuilder()
    • newBuilder

      public static MonitorDProto.LogMessage.Builder newBuilder(MonitorDProto.LogMessage prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected MonitorDProto.LogMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static MonitorDProto.LogMessage getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<MonitorDProto.LogMessage> parser()
    • getParserForType

      public com.google.protobuf.Parser<MonitorDProto.LogMessage> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public MonitorDProto.LogMessage getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder