Interface ScriptLogOrBuilder

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

@Generated public interface ScriptLogOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The log level (debug, info, warn, error).
    com.google.protobuf.ByteString
    The log level (debug, info, warn, error).
    The log message content.
    com.google.protobuf.ByteString
    The log message content.
    The ID of the node that produced the log (if applicable).
    com.google.protobuf.ByteString
    The ID of the node that produced the log (if applicable).
    com.google.protobuf.Timestamp
    When the log was produced.
    com.google.protobuf.TimestampOrBuilder
    When the log was produced.
    boolean
    The ID of the node that produced the log (if applicable).
    boolean
    When the log was produced.

    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

    • hasNodeId

      boolean hasNodeId()
      The ID of the node that produced the log (if applicable).
      
      optional string node_id = 1;
      Returns:
      Whether the nodeId field is set.
    • getNodeId

      String getNodeId()
      The ID of the node that produced the log (if applicable).
      
      optional string node_id = 1;
      Returns:
      The nodeId.
    • getNodeIdBytes

      com.google.protobuf.ByteString getNodeIdBytes()
      The ID of the node that produced the log (if applicable).
      
      optional string node_id = 1;
      Returns:
      The bytes for nodeId.
    • getLevel

      String getLevel()
      The log level (debug, info, warn, error).
      
      string level = 2;
      Returns:
      The level.
    • getLevelBytes

      com.google.protobuf.ByteString getLevelBytes()
      The log level (debug, info, warn, error).
      
      string level = 2;
      Returns:
      The bytes for level.
    • getMessage

      String getMessage()
      The log message content.
      
      string message = 3;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
      The log message content.
      
      string message = 3;
      Returns:
      The bytes for message.
    • hasTimestamp

      boolean hasTimestamp()
      When the log was produced.
      
      .google.protobuf.Timestamp timestamp = 4;
      Returns:
      Whether the timestamp field is set.
    • getTimestamp

      com.google.protobuf.Timestamp getTimestamp()
      When the log was produced.
      
      .google.protobuf.Timestamp timestamp = 4;
      Returns:
      The timestamp.
    • getTimestampOrBuilder

      com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
      When the log was produced.
      
      .google.protobuf.Timestamp timestamp = 4;