Class LogString.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<LogString.Builder>
com.google.protobuf.GeneratedMessage.Builder<LogString.Builder>
com.soulfiremc.grpc.generated.LogString.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, LogStringOrBuilder, Cloneable
Enclosing class:
LogString

public static final class LogString.Builder extends com.google.protobuf.GeneratedMessage.Builder<LogString.Builder> implements LogStringOrBuilder
Protobuf type soulfire.v1.LogString
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<LogString.Builder>
    • clear

      public LogString.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<LogString.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<LogString.Builder>
    • getDefaultInstanceForType

      public LogString getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public LogString build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public LogString buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public LogString.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<LogString.Builder>
    • mergeFrom

      public LogString.Builder mergeFrom(LogString other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<LogString.Builder>
    • mergeFrom

      public LogString.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<LogString.Builder>
      Throws:
      IOException
    • getId

      public String getId()
      string id = 1;
      Specified by:
      getId in interface LogStringOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
      string id = 1;
      Specified by:
      getIdBytes in interface LogStringOrBuilder
      Returns:
      The bytes for id.
    • setId

      public LogString.Builder setId(String value)
      string id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public LogString.Builder clearId()
      string id = 1;
      Returns:
      This builder for chaining.
    • setIdBytes

      public LogString.Builder setIdBytes(com.google.protobuf.ByteString value)
      string id = 1;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • getMessage

      public String getMessage()
      string message = 2;
      Specified by:
      getMessage in interface LogStringOrBuilder
      Returns:
      The message.
    • getMessageBytes

      public com.google.protobuf.ByteString getMessageBytes()
      string message = 2;
      Specified by:
      getMessageBytes in interface LogStringOrBuilder
      Returns:
      The bytes for message.
    • setMessage

      public LogString.Builder setMessage(String value)
      string message = 2;
      Parameters:
      value - The message to set.
      Returns:
      This builder for chaining.
    • clearMessage

      public LogString.Builder clearMessage()
      string message = 2;
      Returns:
      This builder for chaining.
    • setMessageBytes

      public LogString.Builder setMessageBytes(com.google.protobuf.ByteString value)
      string message = 2;
      Parameters:
      value - The bytes for message to set.
      Returns:
      This builder for chaining.
    • hasInstanceId

      public boolean hasInstanceId()
      optional string instance_id = 3;
      Specified by:
      hasInstanceId in interface LogStringOrBuilder
      Returns:
      Whether the instanceId field is set.
    • getInstanceId

      public String getInstanceId()
      optional string instance_id = 3;
      Specified by:
      getInstanceId in interface LogStringOrBuilder
      Returns:
      The instanceId.
    • getInstanceIdBytes

      public com.google.protobuf.ByteString getInstanceIdBytes()
      optional string instance_id = 3;
      Specified by:
      getInstanceIdBytes in interface LogStringOrBuilder
      Returns:
      The bytes for instanceId.
    • setInstanceId

      public LogString.Builder setInstanceId(String value)
      optional string instance_id = 3;
      Parameters:
      value - The instanceId to set.
      Returns:
      This builder for chaining.
    • clearInstanceId

      public LogString.Builder clearInstanceId()
      optional string instance_id = 3;
      Returns:
      This builder for chaining.
    • setInstanceIdBytes

      public LogString.Builder setInstanceIdBytes(com.google.protobuf.ByteString value)
      optional string instance_id = 3;
      Parameters:
      value - The bytes for instanceId to set.
      Returns:
      This builder for chaining.
    • hasBotAccountId

      public boolean hasBotAccountId()
      optional string bot_account_id = 4;
      Specified by:
      hasBotAccountId in interface LogStringOrBuilder
      Returns:
      Whether the botAccountId field is set.
    • getBotAccountId

      public String getBotAccountId()
      optional string bot_account_id = 4;
      Specified by:
      getBotAccountId in interface LogStringOrBuilder
      Returns:
      The botAccountId.
    • getBotAccountIdBytes

      public com.google.protobuf.ByteString getBotAccountIdBytes()
      optional string bot_account_id = 4;
      Specified by:
      getBotAccountIdBytes in interface LogStringOrBuilder
      Returns:
      The bytes for botAccountId.
    • setBotAccountId

      public LogString.Builder setBotAccountId(String value)
      optional string bot_account_id = 4;
      Parameters:
      value - The botAccountId to set.
      Returns:
      This builder for chaining.
    • clearBotAccountId

      public LogString.Builder clearBotAccountId()
      optional string bot_account_id = 4;
      Returns:
      This builder for chaining.
    • setBotAccountIdBytes

      public LogString.Builder setBotAccountIdBytes(com.google.protobuf.ByteString value)
      optional string bot_account_id = 4;
      Parameters:
      value - The bytes for botAccountId to set.
      Returns:
      This builder for chaining.
    • hasScriptId

      public boolean hasScriptId()
      optional string script_id = 5;
      Specified by:
      hasScriptId in interface LogStringOrBuilder
      Returns:
      Whether the scriptId field is set.
    • getScriptId

      public String getScriptId()
      optional string script_id = 5;
      Specified by:
      getScriptId in interface LogStringOrBuilder
      Returns:
      The scriptId.
    • getScriptIdBytes

      public com.google.protobuf.ByteString getScriptIdBytes()
      optional string script_id = 5;
      Specified by:
      getScriptIdBytes in interface LogStringOrBuilder
      Returns:
      The bytes for scriptId.
    • setScriptId

      public LogString.Builder setScriptId(String value)
      optional string script_id = 5;
      Parameters:
      value - The scriptId to set.
      Returns:
      This builder for chaining.
    • clearScriptId

      public LogString.Builder clearScriptId()
      optional string script_id = 5;
      Returns:
      This builder for chaining.
    • setScriptIdBytes

      public LogString.Builder setScriptIdBytes(com.google.protobuf.ByteString value)
      optional string script_id = 5;
      Parameters:
      value - The bytes for scriptId to set.
      Returns:
      This builder for chaining.
    • getPersonal

      public boolean getPersonal()
      bool personal = 6;
      Specified by:
      getPersonal in interface LogStringOrBuilder
      Returns:
      The personal.
    • setPersonal

      public LogString.Builder setPersonal(boolean value)
      bool personal = 6;
      Parameters:
      value - The personal to set.
      Returns:
      This builder for chaining.
    • clearPersonal

      public LogString.Builder clearPersonal()
      bool personal = 6;
      Returns:
      This builder for chaining.
    • hasInstanceName

      public boolean hasInstanceName()
      optional string instance_name = 7;
      Specified by:
      hasInstanceName in interface LogStringOrBuilder
      Returns:
      Whether the instanceName field is set.
    • getInstanceName

      public String getInstanceName()
      optional string instance_name = 7;
      Specified by:
      getInstanceName in interface LogStringOrBuilder
      Returns:
      The instanceName.
    • getInstanceNameBytes

      public com.google.protobuf.ByteString getInstanceNameBytes()
      optional string instance_name = 7;
      Specified by:
      getInstanceNameBytes in interface LogStringOrBuilder
      Returns:
      The bytes for instanceName.
    • setInstanceName

      public LogString.Builder setInstanceName(String value)
      optional string instance_name = 7;
      Parameters:
      value - The instanceName to set.
      Returns:
      This builder for chaining.
    • clearInstanceName

      public LogString.Builder clearInstanceName()
      optional string instance_name = 7;
      Returns:
      This builder for chaining.
    • setInstanceNameBytes

      public LogString.Builder setInstanceNameBytes(com.google.protobuf.ByteString value)
      optional string instance_name = 7;
      Parameters:
      value - The bytes for instanceName to set.
      Returns:
      This builder for chaining.
    • hasBotAccountName

      public boolean hasBotAccountName()
      optional string bot_account_name = 8;
      Specified by:
      hasBotAccountName in interface LogStringOrBuilder
      Returns:
      Whether the botAccountName field is set.
    • getBotAccountName

      public String getBotAccountName()
      optional string bot_account_name = 8;
      Specified by:
      getBotAccountName in interface LogStringOrBuilder
      Returns:
      The botAccountName.
    • getBotAccountNameBytes

      public com.google.protobuf.ByteString getBotAccountNameBytes()
      optional string bot_account_name = 8;
      Specified by:
      getBotAccountNameBytes in interface LogStringOrBuilder
      Returns:
      The bytes for botAccountName.
    • setBotAccountName

      public LogString.Builder setBotAccountName(String value)
      optional string bot_account_name = 8;
      Parameters:
      value - The botAccountName to set.
      Returns:
      This builder for chaining.
    • clearBotAccountName

      public LogString.Builder clearBotAccountName()
      optional string bot_account_name = 8;
      Returns:
      This builder for chaining.
    • setBotAccountNameBytes

      public LogString.Builder setBotAccountNameBytes(com.google.protobuf.ByteString value)
      optional string bot_account_name = 8;
      Parameters:
      value - The bytes for botAccountName to set.
      Returns:
      This builder for chaining.
    • hasTimestamp

      public boolean hasTimestamp()
      .google.protobuf.Timestamp timestamp = 9;
      Specified by:
      hasTimestamp in interface LogStringOrBuilder
      Returns:
      Whether the timestamp field is set.
    • getTimestamp

      public com.google.protobuf.Timestamp getTimestamp()
      .google.protobuf.Timestamp timestamp = 9;
      Specified by:
      getTimestamp in interface LogStringOrBuilder
      Returns:
      The timestamp.
    • setTimestamp

      public LogString.Builder setTimestamp(com.google.protobuf.Timestamp value)
      .google.protobuf.Timestamp timestamp = 9;
    • setTimestamp

      public LogString.Builder setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
      .google.protobuf.Timestamp timestamp = 9;
    • mergeTimestamp

      public LogString.Builder mergeTimestamp(com.google.protobuf.Timestamp value)
      .google.protobuf.Timestamp timestamp = 9;
    • clearTimestamp

      public LogString.Builder clearTimestamp()
      .google.protobuf.Timestamp timestamp = 9;
    • getTimestampBuilder

      public com.google.protobuf.Timestamp.Builder getTimestampBuilder()
      .google.protobuf.Timestamp timestamp = 9;
    • getTimestampOrBuilder

      public com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
      .google.protobuf.Timestamp timestamp = 9;
      Specified by:
      getTimestampOrBuilder in interface LogStringOrBuilder
    • hasLoggerName

      public boolean hasLoggerName()
      optional string logger_name = 10;
      Specified by:
      hasLoggerName in interface LogStringOrBuilder
      Returns:
      Whether the loggerName field is set.
    • getLoggerName

      public String getLoggerName()
      optional string logger_name = 10;
      Specified by:
      getLoggerName in interface LogStringOrBuilder
      Returns:
      The loggerName.
    • getLoggerNameBytes

      public com.google.protobuf.ByteString getLoggerNameBytes()
      optional string logger_name = 10;
      Specified by:
      getLoggerNameBytes in interface LogStringOrBuilder
      Returns:
      The bytes for loggerName.
    • setLoggerName

      public LogString.Builder setLoggerName(String value)
      optional string logger_name = 10;
      Parameters:
      value - The loggerName to set.
      Returns:
      This builder for chaining.
    • clearLoggerName

      public LogString.Builder clearLoggerName()
      optional string logger_name = 10;
      Returns:
      This builder for chaining.
    • setLoggerNameBytes

      public LogString.Builder setLoggerNameBytes(com.google.protobuf.ByteString value)
      optional string logger_name = 10;
      Parameters:
      value - The bytes for loggerName to set.
      Returns:
      This builder for chaining.
    • hasLevel

      public boolean hasLevel()
      optional string level = 11;
      Specified by:
      hasLevel in interface LogStringOrBuilder
      Returns:
      Whether the level field is set.
    • getLevel

      public String getLevel()
      optional string level = 11;
      Specified by:
      getLevel in interface LogStringOrBuilder
      Returns:
      The level.
    • getLevelBytes

      public com.google.protobuf.ByteString getLevelBytes()
      optional string level = 11;
      Specified by:
      getLevelBytes in interface LogStringOrBuilder
      Returns:
      The bytes for level.
    • setLevel

      public LogString.Builder setLevel(String value)
      optional string level = 11;
      Parameters:
      value - The level to set.
      Returns:
      This builder for chaining.
    • clearLevel

      public LogString.Builder clearLevel()
      optional string level = 11;
      Returns:
      This builder for chaining.
    • setLevelBytes

      public LogString.Builder setLevelBytes(com.google.protobuf.ByteString value)
      optional string level = 11;
      Parameters:
      value - The bytes for level to set.
      Returns:
      This builder for chaining.