Class LogScope

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.soulfiremc.grpc.generated.LogScope
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, LogScopeOrBuilder, Serializable

@Generated public final class LogScope extends com.google.protobuf.GeneratedMessage implements LogScopeOrBuilder
Protobuf type soulfire.v1.LogScope
See Also:
  • Field Details

  • 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
    • getScopeCase

      public LogScope.ScopeCase getScopeCase()
      Specified by:
      getScopeCase in interface LogScopeOrBuilder
    • hasGlobal

      public boolean hasGlobal()
      .soulfire.v1.GlobalLogScope global = 1;
      Specified by:
      hasGlobal in interface LogScopeOrBuilder
      Returns:
      Whether the global field is set.
    • getGlobal

      public GlobalLogScope getGlobal()
      .soulfire.v1.GlobalLogScope global = 1;
      Specified by:
      getGlobal in interface LogScopeOrBuilder
      Returns:
      The global.
    • getGlobalOrBuilder

      public GlobalLogScopeOrBuilder getGlobalOrBuilder()
      .soulfire.v1.GlobalLogScope global = 1;
      Specified by:
      getGlobalOrBuilder in interface LogScopeOrBuilder
    • hasInstance

      public boolean hasInstance()
      .soulfire.v1.InstanceLogScope instance = 2;
      Specified by:
      hasInstance in interface LogScopeOrBuilder
      Returns:
      Whether the instance field is set.
    • getInstance

      public InstanceLogScope getInstance()
      .soulfire.v1.InstanceLogScope instance = 2;
      Specified by:
      getInstance in interface LogScopeOrBuilder
      Returns:
      The instance.
    • getInstanceOrBuilder

      public InstanceLogScopeOrBuilder getInstanceOrBuilder()
      .soulfire.v1.InstanceLogScope instance = 2;
      Specified by:
      getInstanceOrBuilder in interface LogScopeOrBuilder
    • hasBot

      public boolean hasBot()
      .soulfire.v1.BotLogScope bot = 3;
      Specified by:
      hasBot in interface LogScopeOrBuilder
      Returns:
      Whether the bot field is set.
    • getBot

      public BotLogScope getBot()
      .soulfire.v1.BotLogScope bot = 3;
      Specified by:
      getBot in interface LogScopeOrBuilder
      Returns:
      The bot.
    • getBotOrBuilder

      public BotLogScopeOrBuilder getBotOrBuilder()
      .soulfire.v1.BotLogScope bot = 3;
      Specified by:
      getBotOrBuilder in interface LogScopeOrBuilder
    • hasGlobalScript

      public boolean hasGlobalScript()
      .soulfire.v1.GlobalScriptLogScope global_script = 4;
      Specified by:
      hasGlobalScript in interface LogScopeOrBuilder
      Returns:
      Whether the globalScript field is set.
    • getGlobalScript

      public GlobalScriptLogScope getGlobalScript()
      .soulfire.v1.GlobalScriptLogScope global_script = 4;
      Specified by:
      getGlobalScript in interface LogScopeOrBuilder
      Returns:
      The globalScript.
    • getGlobalScriptOrBuilder

      public GlobalScriptLogScopeOrBuilder getGlobalScriptOrBuilder()
      .soulfire.v1.GlobalScriptLogScope global_script = 4;
      Specified by:
      getGlobalScriptOrBuilder in interface LogScopeOrBuilder
    • hasInstanceScript

      public boolean hasInstanceScript()
      .soulfire.v1.InstanceScriptLogScope instance_script = 5;
      Specified by:
      hasInstanceScript in interface LogScopeOrBuilder
      Returns:
      Whether the instanceScript field is set.
    • getInstanceScript

      public InstanceScriptLogScope getInstanceScript()
      .soulfire.v1.InstanceScriptLogScope instance_script = 5;
      Specified by:
      getInstanceScript in interface LogScopeOrBuilder
      Returns:
      The instanceScript.
    • getInstanceScriptOrBuilder

      public InstanceScriptLogScopeOrBuilder getInstanceScriptOrBuilder()
      .soulfire.v1.InstanceScriptLogScope instance_script = 5;
      Specified by:
      getInstanceScriptOrBuilder in interface LogScopeOrBuilder
    • hasPersonal

      public boolean hasPersonal()
      .soulfire.v1.PersonalLogScope personal = 6;
      Specified by:
      hasPersonal in interface LogScopeOrBuilder
      Returns:
      Whether the personal field is set.
    • getPersonal

      public PersonalLogScope getPersonal()
      .soulfire.v1.PersonalLogScope personal = 6;
      Specified by:
      getPersonal in interface LogScopeOrBuilder
      Returns:
      The personal.
    • getPersonalOrBuilder

      public PersonalLogScopeOrBuilder getPersonalOrBuilder()
      .soulfire.v1.PersonalLogScope personal = 6;
      Specified by:
      getPersonalOrBuilder in interface LogScopeOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • 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.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • 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 LogScope parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static LogScope parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static LogScope parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static LogScope.Builder newBuilder()
    • newBuilder

      public static LogScope.Builder newBuilder(LogScope prototype)
    • toBuilder

      public LogScope.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected LogScope.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static LogScope getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<LogScope> 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.GeneratedMessage
    • getDefaultInstanceForType

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