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 Type
    Method
    Description
    getSuggestions(int index)
    List of completion suggestions for the partial command.
    int
    List of completion suggestions for the partial command.
    List of completion suggestions for the partial command.
    List of completion suggestions for the partial command.
    List of completion suggestions for the partial command.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      CommandCompletion getSuggestions(int index)
      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

      CommandCompletionOrBuilder getSuggestionsOrBuilder(int index)
      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;