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.
    • hasBotId

      public boolean hasBotId()
      optional string bot_id = 4;
      Specified by:
      hasBotId in interface LogStringOrBuilder
      Returns:
      Whether the botId field is set.
    • getBotId

      public String getBotId()
      optional string bot_id = 4;
      Specified by:
      getBotId in interface LogStringOrBuilder
      Returns:
      The botId.
    • getBotIdBytes

      public com.google.protobuf.ByteString getBotIdBytes()
      optional string bot_id = 4;
      Specified by:
      getBotIdBytes in interface LogStringOrBuilder
      Returns:
      The bytes for botId.
    • setBotId

      public LogString.Builder setBotId(String value)
      optional string bot_id = 4;
      Parameters:
      value - The botId to set.
      Returns:
      This builder for chaining.
    • clearBotId

      public LogString.Builder clearBotId()
      optional string bot_id = 4;
      Returns:
      This builder for chaining.
    • setBotIdBytes

      public LogString.Builder setBotIdBytes(com.google.protobuf.ByteString value)
      optional string bot_id = 4;
      Parameters:
      value - The bytes for botId 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.