Interface CompletionItemOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CompletionItem,CompletionItem.Builder
public interface CompletionItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAdditionalTextEdits(int index) repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13;intrepeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13;repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13;getAdditionalTextEditsOrBuilder(int index) repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13;List<? extends TextEditOrBuilder>repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13;getCommitCharacters(int index) repeated string commit_characters = 14;com.google.protobuf.ByteStringgetCommitCharactersBytes(int index) repeated string commit_characters = 14;intrepeated string commit_characters = 14;repeated string commit_characters = 14;booleanbool deprecated = 7;string detail = 5;com.google.protobuf.ByteStringstring detail = 5;.io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 15;.io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 15;string filter_text = 11;com.google.protobuf.ByteStringstring filter_text = 11;intint32 insert_text_format = 12;intgetKind()int32 kind = 4;getLabel()string label = 3;com.google.protobuf.ByteStringstring label = 3;intint32 length = 2;booleanbool preselect = 8;string sort_text = 10;com.google.protobuf.ByteStringstring sort_text = 10;intgetStart()int32 start = 1;.io.deephaven.proto.backplane.script.grpc.TextEdit text_edit = 9;.io.deephaven.proto.backplane.script.grpc.TextEdit text_edit = 9;boolean.io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 15;boolean.io.deephaven.proto.backplane.script.grpc.TextEdit text_edit = 9;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
-
getStart
int getStart()int32 start = 1;- Returns:
- The start.
-
getLength
int getLength()int32 length = 2;- Returns:
- The length.
-
getLabel
String getLabel()string label = 3;- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()string label = 3;- Returns:
- The bytes for label.
-
getKind
int getKind()int32 kind = 4;- Returns:
- The kind.
-
getDetail
String getDetail()string detail = 5;- Returns:
- The detail.
-
getDetailBytes
com.google.protobuf.ByteString getDetailBytes()string detail = 5;- Returns:
- The bytes for detail.
-
getDeprecated
boolean getDeprecated()bool deprecated = 7;- Returns:
- The deprecated.
-
getPreselect
boolean getPreselect()bool preselect = 8;- Returns:
- The preselect.
-
hasTextEdit
boolean hasTextEdit().io.deephaven.proto.backplane.script.grpc.TextEdit text_edit = 9;- Returns:
- Whether the textEdit field is set.
-
getTextEdit
TextEdit getTextEdit().io.deephaven.proto.backplane.script.grpc.TextEdit text_edit = 9;- Returns:
- The textEdit.
-
getTextEditOrBuilder
TextEditOrBuilder getTextEditOrBuilder().io.deephaven.proto.backplane.script.grpc.TextEdit text_edit = 9; -
getSortText
String getSortText()string sort_text = 10;- Returns:
- The sortText.
-
getSortTextBytes
com.google.protobuf.ByteString getSortTextBytes()string sort_text = 10;- Returns:
- The bytes for sortText.
-
getFilterText
String getFilterText()string filter_text = 11;- Returns:
- The filterText.
-
getFilterTextBytes
com.google.protobuf.ByteString getFilterTextBytes()string filter_text = 11;- Returns:
- The bytes for filterText.
-
getInsertTextFormat
int getInsertTextFormat()int32 insert_text_format = 12;- Returns:
- The insertTextFormat.
-
getAdditionalTextEditsList
repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13; -
getAdditionalTextEdits
repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13; -
getAdditionalTextEditsCount
int getAdditionalTextEditsCount()repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13; -
getAdditionalTextEditsOrBuilderList
List<? extends TextEditOrBuilder> getAdditionalTextEditsOrBuilderList()repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13; -
getAdditionalTextEditsOrBuilder
repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13; -
getCommitCharactersList
repeated string commit_characters = 14;- Returns:
- A list containing the commitCharacters.
-
getCommitCharactersCount
int getCommitCharactersCount()repeated string commit_characters = 14;- Returns:
- The count of commitCharacters.
-
getCommitCharacters
repeated string commit_characters = 14;- Parameters:
index- The index of the element to return.- Returns:
- The commitCharacters at the given index.
-
getCommitCharactersBytes
com.google.protobuf.ByteString getCommitCharactersBytes(int index) repeated string commit_characters = 14;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the commitCharacters at the given index.
-
hasDocumentation
boolean hasDocumentation().io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 15;- Returns:
- Whether the documentation field is set.
-
getDocumentation
MarkupContent getDocumentation().io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 15;- Returns:
- The documentation.
-
getDocumentationOrBuilder
MarkupContentOrBuilder getDocumentationOrBuilder().io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 15;
-