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 Summary
Modifier and TypeMethodDescriptiongetBot().soulfire.v1.BotLogScope bot = 3;.soulfire.v1.BotLogScope bot = 3;.soulfire.v1.GlobalLogScope global = 1;.soulfire.v1.GlobalLogScope global = 1;.soulfire.v1.GlobalScriptLogScope global_script = 4;.soulfire.v1.GlobalScriptLogScope global_script = 4;.soulfire.v1.InstanceLogScope instance = 2;.soulfire.v1.InstanceLogScope instance = 2;.soulfire.v1.InstanceScriptLogScope instance_script = 5;.soulfire.v1.InstanceScriptLogScope instance_script = 5;.soulfire.v1.PersonalLogScope personal = 6;.soulfire.v1.PersonalLogScope personal = 6;booleanhasBot().soulfire.v1.BotLogScope bot = 3;boolean.soulfire.v1.GlobalLogScope global = 1;boolean.soulfire.v1.GlobalScriptLogScope global_script = 4;boolean.soulfire.v1.InstanceLogScope instance = 2;boolean.soulfire.v1.InstanceScriptLogScope instance_script = 5;boolean.soulfire.v1.PersonalLogScope personal = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasGlobal
boolean hasGlobal().soulfire.v1.GlobalLogScope global = 1;- Returns:
- Whether the global field is set.
-
getGlobal
-
getGlobalOrBuilder
GlobalLogScopeOrBuilder getGlobalOrBuilder().soulfire.v1.GlobalLogScope global = 1; -
hasInstance
boolean hasInstance().soulfire.v1.InstanceLogScope instance = 2;- Returns:
- Whether the instance field is set.
-
getInstance
-
getInstanceOrBuilder
InstanceLogScopeOrBuilder getInstanceOrBuilder().soulfire.v1.InstanceLogScope instance = 2; -
hasBot
boolean hasBot().soulfire.v1.BotLogScope bot = 3;- Returns:
- Whether the bot field is set.
-
getBot
-
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; -
hasPersonal
boolean hasPersonal().soulfire.v1.PersonalLogScope personal = 6;- Returns:
- Whether the personal field is set.
-
getPersonal
-
getPersonalOrBuilder
PersonalLogScopeOrBuilder getPersonalOrBuilder().soulfire.v1.PersonalLogScope personal = 6; -
getScopeCase
LogScope.ScopeCase getScopeCase()
-