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 TypeMethodDescriptionstring suggestion = 1;com.google.protobuf.ByteStringstring suggestion = 1;optional string tooltip = 2;com.google.protobuf.ByteStringoptional string tooltip = 2;booleanoptional string tooltip = 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
-
getSuggestion
-
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
-
getTooltipBytes
com.google.protobuf.ByteString getTooltipBytes()optional string tooltip = 2;- Returns:
- The bytes for tooltip.
-