Interface CommandCompletionResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandCompletionResponse, CommandCompletionResponse.Builder
@Generated
public interface CommandCompletionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSuggestions(int index) List of completion suggestions for the partial command.intList of completion suggestions for the partial command.List of completion suggestions for the partial command.getSuggestionsOrBuilder(int index) List of completion suggestions for the partial command.List<? extends CommandCompletionOrBuilder> List of completion suggestions for the partial command.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
-
getSuggestionsList
List<CommandCompletion> getSuggestionsList()List of completion suggestions for the partial command. May be empty if no completions are available. Suggestions are generated based on the command's Brigadier definition and the current execution scope's visibility.
repeated .soulfire.v1.CommandCompletion suggestions = 1; -
getSuggestions
List of completion suggestions for the partial command. May be empty if no completions are available. Suggestions are generated based on the command's Brigadier definition and the current execution scope's visibility.
repeated .soulfire.v1.CommandCompletion suggestions = 1; -
getSuggestionsCount
int getSuggestionsCount()List of completion suggestions for the partial command. May be empty if no completions are available. Suggestions are generated based on the command's Brigadier definition and the current execution scope's visibility.
repeated .soulfire.v1.CommandCompletion suggestions = 1; -
getSuggestionsOrBuilderList
List<? extends CommandCompletionOrBuilder> getSuggestionsOrBuilderList()List of completion suggestions for the partial command. May be empty if no completions are available. Suggestions are generated based on the command's Brigadier definition and the current execution scope's visibility.
repeated .soulfire.v1.CommandCompletion suggestions = 1; -
getSuggestionsOrBuilder
List of completion suggestions for the partial command. May be empty if no completions are available. Suggestions are generated based on the command's Brigadier definition and the current execution scope's visibility.
repeated .soulfire.v1.CommandCompletion suggestions = 1;
-