Class CompletionItem

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.deephaven.proto.backplane.script.grpc.CompletionItem
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CompletionItemOrBuilder, Serializable

public final class CompletionItem extends com.google.protobuf.GeneratedMessageV3 implements CompletionItemOrBuilder
Protobuf type io.deephaven.proto.backplane.script.grpc.CompletionItem
See Also:
  • Field Details

    • START_FIELD_NUMBER

      public static final int START_FIELD_NUMBER
      See Also:
    • LENGTH_FIELD_NUMBER

      public static final int LENGTH_FIELD_NUMBER
      See Also:
    • LABEL_FIELD_NUMBER

      public static final int LABEL_FIELD_NUMBER
      See Also:
    • KIND_FIELD_NUMBER

      public static final int KIND_FIELD_NUMBER
      See Also:
    • DETAIL_FIELD_NUMBER

      public static final int DETAIL_FIELD_NUMBER
      See Also:
    • DEPRECATED_FIELD_NUMBER

      public static final int DEPRECATED_FIELD_NUMBER
      See Also:
    • PRESELECT_FIELD_NUMBER

      public static final int PRESELECT_FIELD_NUMBER
      See Also:
    • TEXT_EDIT_FIELD_NUMBER

      public static final int TEXT_EDIT_FIELD_NUMBER
      See Also:
    • SORT_TEXT_FIELD_NUMBER

      public static final int SORT_TEXT_FIELD_NUMBER
      See Also:
    • FILTER_TEXT_FIELD_NUMBER

      public static final int FILTER_TEXT_FIELD_NUMBER
      See Also:
    • INSERT_TEXT_FORMAT_FIELD_NUMBER

      public static final int INSERT_TEXT_FORMAT_FIELD_NUMBER
      See Also:
    • ADDITIONAL_TEXT_EDITS_FIELD_NUMBER

      public static final int ADDITIONAL_TEXT_EDITS_FIELD_NUMBER
      See Also:
    • COMMIT_CHARACTERS_FIELD_NUMBER

      public static final int COMMIT_CHARACTERS_FIELD_NUMBER
      See Also:
    • DOCUMENTATION_FIELD_NUMBER

      public static final int DOCUMENTATION_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getStart

      public int getStart()
      int32 start = 1;
      Specified by:
      getStart in interface CompletionItemOrBuilder
      Returns:
      The start.
    • getLength

      public int getLength()
      int32 length = 2;
      Specified by:
      getLength in interface CompletionItemOrBuilder
      Returns:
      The length.
    • getLabel

      public String getLabel()
      string label = 3;
      Specified by:
      getLabel in interface CompletionItemOrBuilder
      Returns:
      The label.
    • getLabelBytes

      public com.google.protobuf.ByteString getLabelBytes()
      string label = 3;
      Specified by:
      getLabelBytes in interface CompletionItemOrBuilder
      Returns:
      The bytes for label.
    • getKind

      public int getKind()
      int32 kind = 4;
      Specified by:
      getKind in interface CompletionItemOrBuilder
      Returns:
      The kind.
    • getDetail

      public String getDetail()
      string detail = 5;
      Specified by:
      getDetail in interface CompletionItemOrBuilder
      Returns:
      The detail.
    • getDetailBytes

      public com.google.protobuf.ByteString getDetailBytes()
      string detail = 5;
      Specified by:
      getDetailBytes in interface CompletionItemOrBuilder
      Returns:
      The bytes for detail.
    • getDeprecated

      public boolean getDeprecated()
      bool deprecated = 7;
      Specified by:
      getDeprecated in interface CompletionItemOrBuilder
      Returns:
      The deprecated.
    • getPreselect

      public boolean getPreselect()
      bool preselect = 8;
      Specified by:
      getPreselect in interface CompletionItemOrBuilder
      Returns:
      The preselect.
    • hasTextEdit

      public boolean hasTextEdit()
      .io.deephaven.proto.backplane.script.grpc.TextEdit text_edit = 9;
      Specified by:
      hasTextEdit in interface CompletionItemOrBuilder
      Returns:
      Whether the textEdit field is set.
    • getTextEdit

      public TextEdit getTextEdit()
      .io.deephaven.proto.backplane.script.grpc.TextEdit text_edit = 9;
      Specified by:
      getTextEdit in interface CompletionItemOrBuilder
      Returns:
      The textEdit.
    • getTextEditOrBuilder

      public TextEditOrBuilder getTextEditOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.TextEdit text_edit = 9;
      Specified by:
      getTextEditOrBuilder in interface CompletionItemOrBuilder
    • getSortText

      public String getSortText()
      string sort_text = 10;
      Specified by:
      getSortText in interface CompletionItemOrBuilder
      Returns:
      The sortText.
    • getSortTextBytes

      public com.google.protobuf.ByteString getSortTextBytes()
      string sort_text = 10;
      Specified by:
      getSortTextBytes in interface CompletionItemOrBuilder
      Returns:
      The bytes for sortText.
    • getFilterText

      public String getFilterText()
      string filter_text = 11;
      Specified by:
      getFilterText in interface CompletionItemOrBuilder
      Returns:
      The filterText.
    • getFilterTextBytes

      public com.google.protobuf.ByteString getFilterTextBytes()
      string filter_text = 11;
      Specified by:
      getFilterTextBytes in interface CompletionItemOrBuilder
      Returns:
      The bytes for filterText.
    • getInsertTextFormat

      public int getInsertTextFormat()
      int32 insert_text_format = 12;
      Specified by:
      getInsertTextFormat in interface CompletionItemOrBuilder
      Returns:
      The insertTextFormat.
    • getAdditionalTextEditsList

      public List<TextEdit> getAdditionalTextEditsList()
      repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13;
      Specified by:
      getAdditionalTextEditsList in interface CompletionItemOrBuilder
    • getAdditionalTextEditsOrBuilderList

      public List<? extends TextEditOrBuilder> getAdditionalTextEditsOrBuilderList()
      repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13;
      Specified by:
      getAdditionalTextEditsOrBuilderList in interface CompletionItemOrBuilder
    • getAdditionalTextEditsCount

      public int getAdditionalTextEditsCount()
      repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13;
      Specified by:
      getAdditionalTextEditsCount in interface CompletionItemOrBuilder
    • getAdditionalTextEdits

      public TextEdit getAdditionalTextEdits(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13;
      Specified by:
      getAdditionalTextEdits in interface CompletionItemOrBuilder
    • getAdditionalTextEditsOrBuilder

      public TextEditOrBuilder getAdditionalTextEditsOrBuilder(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13;
      Specified by:
      getAdditionalTextEditsOrBuilder in interface CompletionItemOrBuilder
    • getCommitCharactersList

      public com.google.protobuf.ProtocolStringList getCommitCharactersList()
      repeated string commit_characters = 14;
      Specified by:
      getCommitCharactersList in interface CompletionItemOrBuilder
      Returns:
      A list containing the commitCharacters.
    • getCommitCharactersCount

      public int getCommitCharactersCount()
      repeated string commit_characters = 14;
      Specified by:
      getCommitCharactersCount in interface CompletionItemOrBuilder
      Returns:
      The count of commitCharacters.
    • getCommitCharacters

      public String getCommitCharacters(int index)
      repeated string commit_characters = 14;
      Specified by:
      getCommitCharacters in interface CompletionItemOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The commitCharacters at the given index.
    • getCommitCharactersBytes

      public com.google.protobuf.ByteString getCommitCharactersBytes(int index)
      repeated string commit_characters = 14;
      Specified by:
      getCommitCharactersBytes in interface CompletionItemOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the commitCharacters at the given index.
    • hasDocumentation

      public boolean hasDocumentation()
      .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 15;
      Specified by:
      hasDocumentation in interface CompletionItemOrBuilder
      Returns:
      Whether the documentation field is set.
    • getDocumentation

      public MarkupContent getDocumentation()
      .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 15;
      Specified by:
      getDocumentation in interface CompletionItemOrBuilder
      Returns:
      The documentation.
    • getDocumentationOrBuilder

      public MarkupContentOrBuilder getDocumentationOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 15;
      Specified by:
      getDocumentationOrBuilder in interface CompletionItemOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static CompletionItem parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CompletionItem parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CompletionItem parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CompletionItem parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CompletionItem parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CompletionItem parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CompletionItem parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CompletionItem parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static CompletionItem parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static CompletionItem parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CompletionItem parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CompletionItem parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public CompletionItem.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static CompletionItem.Builder newBuilder()
    • newBuilder

      public static CompletionItem.Builder newBuilder(CompletionItem prototype)
    • toBuilder

      public CompletionItem.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected CompletionItem.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static CompletionItem getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<CompletionItem> parser()
    • getParserForType

      public com.google.protobuf.Parser<CompletionItem> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public CompletionItem getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder