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 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

      List<TextEdit> getAdditionalTextEditsList()
      repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13;
    • getAdditionalTextEdits

      TextEdit getAdditionalTextEdits(int index)
      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

      TextEditOrBuilder getAdditionalTextEditsOrBuilder(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13;
    • getCommitCharactersList

      List<String> 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

      String getCommitCharacters(int index)
      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;