Interface LogScopeOrBuilder

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

@Generated public interface LogScopeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasGlobal

      boolean hasGlobal()
      .soulfire.v1.GlobalLogScope global = 1;
      Returns:
      Whether the global field is set.
    • getGlobal

      GlobalLogScope getGlobal()
      .soulfire.v1.GlobalLogScope global = 1;
      Returns:
      The global.
    • getGlobalOrBuilder

      GlobalLogScopeOrBuilder getGlobalOrBuilder()
      .soulfire.v1.GlobalLogScope global = 1;
    • hasInstance

      boolean hasInstance()
      .soulfire.v1.InstanceLogScope instance = 2;
      Returns:
      Whether the instance field is set.
    • getInstance

      InstanceLogScope getInstance()
      .soulfire.v1.InstanceLogScope instance = 2;
      Returns:
      The instance.
    • getInstanceOrBuilder

      InstanceLogScopeOrBuilder getInstanceOrBuilder()
      .soulfire.v1.InstanceLogScope instance = 2;
    • hasBot

      boolean hasBot()
      .soulfire.v1.BotLogScope bot = 3;
      Returns:
      Whether the bot field is set.
    • getBot

      BotLogScope getBot()
      .soulfire.v1.BotLogScope bot = 3;
      Returns:
      The bot.
    • getBotOrBuilder

      BotLogScopeOrBuilder getBotOrBuilder()
      .soulfire.v1.BotLogScope bot = 3;
    • hasGlobalScript

      boolean hasGlobalScript()
      .soulfire.v1.GlobalScriptLogScope global_script = 4;
      Returns:
      Whether the globalScript field is set.
    • getGlobalScript

      GlobalScriptLogScope getGlobalScript()
      .soulfire.v1.GlobalScriptLogScope global_script = 4;
      Returns:
      The globalScript.
    • getGlobalScriptOrBuilder

      GlobalScriptLogScopeOrBuilder getGlobalScriptOrBuilder()
      .soulfire.v1.GlobalScriptLogScope global_script = 4;
    • hasInstanceScript

      boolean hasInstanceScript()
      .soulfire.v1.InstanceScriptLogScope instance_script = 5;
      Returns:
      Whether the instanceScript field is set.
    • getInstanceScript

      InstanceScriptLogScope getInstanceScript()
      .soulfire.v1.InstanceScriptLogScope instance_script = 5;
      Returns:
      The instanceScript.
    • getInstanceScriptOrBuilder

      InstanceScriptLogScopeOrBuilder getInstanceScriptOrBuilder()
      .soulfire.v1.InstanceScriptLogScope instance_script = 5;
    • getScopeCase

      LogScope.ScopeCase getScopeCase()