Interface CommandCompletionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CommandCompletion, CommandCompletion.Builder

@Generated public interface CommandCompletionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string suggestion = 1;
    com.google.protobuf.ByteString
    string suggestion = 1;
    optional string tooltip = 2;
    com.google.protobuf.ByteString
    optional string tooltip = 2;
    boolean
    optional string tooltip = 2;

    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

    • getSuggestion

      String getSuggestion()
      string suggestion = 1;
      Returns:
      The suggestion.
    • getSuggestionBytes

      com.google.protobuf.ByteString getSuggestionBytes()
      string suggestion = 1;
      Returns:
      The bytes for suggestion.
    • hasTooltip

      boolean hasTooltip()
      optional string tooltip = 2;
      Returns:
      Whether the tooltip field is set.
    • getTooltip

      String getTooltip()
      optional string tooltip = 2;
      Returns:
      The tooltip.
    • getTooltipBytes

      com.google.protobuf.ByteString getTooltipBytes()
      optional string tooltip = 2;
      Returns:
      The bytes for tooltip.