Interface ScriptScopeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScriptScope, ScriptScope.Builder
@Generated
public interface ScriptScopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.soulfire.v1.GlobalScriptScope global_script = 1;.soulfire.v1.GlobalScriptScope global_script = 1;.soulfire.v1.InstanceScriptScope instance_script = 2;.soulfire.v1.InstanceScriptScope instance_script = 2;boolean.soulfire.v1.GlobalScriptScope global_script = 1;boolean.soulfire.v1.InstanceScriptScope instance_script = 2;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
-
hasGlobalScript
boolean hasGlobalScript().soulfire.v1.GlobalScriptScope global_script = 1;- Returns:
- Whether the globalScript field is set.
-
getGlobalScript
GlobalScriptScope getGlobalScript().soulfire.v1.GlobalScriptScope global_script = 1;- Returns:
- The globalScript.
-
getGlobalScriptOrBuilder
GlobalScriptScopeOrBuilder getGlobalScriptOrBuilder().soulfire.v1.GlobalScriptScope global_script = 1; -
hasInstanceScript
boolean hasInstanceScript().soulfire.v1.InstanceScriptScope instance_script = 2;- Returns:
- Whether the instanceScript field is set.
-
getInstanceScript
InstanceScriptScope getInstanceScript().soulfire.v1.InstanceScriptScope instance_script = 2;- Returns:
- The instanceScript.
-
getInstanceScriptOrBuilder
InstanceScriptScopeOrBuilder getInstanceScriptOrBuilder().soulfire.v1.InstanceScriptScope instance_script = 2; -
getScopeCase
ScriptScope.ScopeCase getScopeCase()
-