Interface LogStringOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string bot_account_id = 4;
    com.google.protobuf.ByteString
    optional string bot_account_id = 4;
    optional string bot_account_name = 8;
    com.google.protobuf.ByteString
    optional string bot_account_name = 8;
    string id = 1;
    com.google.protobuf.ByteString
    string id = 1;
    optional string instance_id = 3;
    com.google.protobuf.ByteString
    optional string instance_id = 3;
    optional string instance_name = 7;
    com.google.protobuf.ByteString
    optional string instance_name = 7;
    optional string level = 11;
    com.google.protobuf.ByteString
    optional string level = 11;
    optional string logger_name = 10;
    com.google.protobuf.ByteString
    optional string logger_name = 10;
    string message = 2;
    com.google.protobuf.ByteString
    string message = 2;
    boolean
    bool personal = 6;
    optional string script_id = 5;
    com.google.protobuf.ByteString
    optional string script_id = 5;
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp timestamp = 9;
    com.google.protobuf.TimestampOrBuilder
    .google.protobuf.Timestamp timestamp = 9;
    boolean
    optional string bot_account_id = 4;
    boolean
    optional string bot_account_name = 8;
    boolean
    optional string instance_id = 3;
    boolean
    optional string instance_name = 7;
    boolean
    optional string level = 11;
    boolean
    optional string logger_name = 10;
    boolean
    optional string script_id = 5;
    boolean
    .google.protobuf.Timestamp timestamp = 9;

    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

    • getId

      String getId()
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      string id = 1;
      Returns:
      The bytes for id.
    • getMessage

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

      com.google.protobuf.ByteString getMessageBytes()
      string message = 2;
      Returns:
      The bytes for message.
    • hasInstanceId

      boolean hasInstanceId()
      optional string instance_id = 3;
      Returns:
      Whether the instanceId field is set.
    • getInstanceId

      String getInstanceId()
      optional string instance_id = 3;
      Returns:
      The instanceId.
    • getInstanceIdBytes

      com.google.protobuf.ByteString getInstanceIdBytes()
      optional string instance_id = 3;
      Returns:
      The bytes for instanceId.
    • hasBotAccountId

      boolean hasBotAccountId()
      optional string bot_account_id = 4;
      Returns:
      Whether the botAccountId field is set.
    • getBotAccountId

      String getBotAccountId()
      optional string bot_account_id = 4;
      Returns:
      The botAccountId.
    • getBotAccountIdBytes

      com.google.protobuf.ByteString getBotAccountIdBytes()
      optional string bot_account_id = 4;
      Returns:
      The bytes for botAccountId.
    • hasScriptId

      boolean hasScriptId()
      optional string script_id = 5;
      Returns:
      Whether the scriptId field is set.
    • getScriptId

      String getScriptId()
      optional string script_id = 5;
      Returns:
      The scriptId.
    • getScriptIdBytes

      com.google.protobuf.ByteString getScriptIdBytes()
      optional string script_id = 5;
      Returns:
      The bytes for scriptId.
    • getPersonal

      boolean getPersonal()
      bool personal = 6;
      Returns:
      The personal.
    • hasInstanceName

      boolean hasInstanceName()
      optional string instance_name = 7;
      Returns:
      Whether the instanceName field is set.
    • getInstanceName

      String getInstanceName()
      optional string instance_name = 7;
      Returns:
      The instanceName.
    • getInstanceNameBytes

      com.google.protobuf.ByteString getInstanceNameBytes()
      optional string instance_name = 7;
      Returns:
      The bytes for instanceName.
    • hasBotAccountName

      boolean hasBotAccountName()
      optional string bot_account_name = 8;
      Returns:
      Whether the botAccountName field is set.
    • getBotAccountName

      String getBotAccountName()
      optional string bot_account_name = 8;
      Returns:
      The botAccountName.
    • getBotAccountNameBytes

      com.google.protobuf.ByteString getBotAccountNameBytes()
      optional string bot_account_name = 8;
      Returns:
      The bytes for botAccountName.
    • hasTimestamp

      boolean hasTimestamp()
      .google.protobuf.Timestamp timestamp = 9;
      Returns:
      Whether the timestamp field is set.
    • getTimestamp

      com.google.protobuf.Timestamp getTimestamp()
      .google.protobuf.Timestamp timestamp = 9;
      Returns:
      The timestamp.
    • getTimestampOrBuilder

      com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
      .google.protobuf.Timestamp timestamp = 9;
    • hasLoggerName

      boolean hasLoggerName()
      optional string logger_name = 10;
      Returns:
      Whether the loggerName field is set.
    • getLoggerName

      String getLoggerName()
      optional string logger_name = 10;
      Returns:
      The loggerName.
    • getLoggerNameBytes

      com.google.protobuf.ByteString getLoggerNameBytes()
      optional string logger_name = 10;
      Returns:
      The bytes for loggerName.
    • hasLevel

      boolean hasLevel()
      optional string level = 11;
      Returns:
      Whether the level field is set.
    • getLevel

      String getLevel()
      optional string level = 11;
      Returns:
      The level.
    • getLevelBytes

      com.google.protobuf.ByteString getLevelBytes()
      optional string level = 11;
      Returns:
      The bytes for level.