Interface CommandScopeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandScope, CommandScope.Builder
@Generated
public interface CommandScopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.soulfire.v1.GlobalCommandScope global = 1;.soulfire.v1.GlobalCommandScope global = 1;.soulfire.v1.InstanceCommandScope instance = 2;.soulfire.v1.InstanceCommandScope instance = 2;boolean.soulfire.v1.GlobalCommandScope global = 1;boolean.soulfire.v1.InstanceCommandScope instance = 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
-
hasGlobal
boolean hasGlobal().soulfire.v1.GlobalCommandScope global = 1;- Returns:
- Whether the global field is set.
-
getGlobal
-
getGlobalOrBuilder
GlobalCommandScopeOrBuilder getGlobalOrBuilder().soulfire.v1.GlobalCommandScope global = 1; -
hasInstance
boolean hasInstance().soulfire.v1.InstanceCommandScope instance = 2;- Returns:
- Whether the instance field is set.
-
getInstance
InstanceCommandScope getInstance().soulfire.v1.InstanceCommandScope instance = 2;- Returns:
- The instance.
-
getInstanceOrBuilder
InstanceCommandScopeOrBuilder getInstanceOrBuilder().soulfire.v1.InstanceCommandScope instance = 2; -
getScopeCase
CommandScope.ScopeCase getScopeCase()
-