Class GetCompletionItemsRequest

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

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

    • CONSOLE_ID_FIELD_NUMBER

      public static final int CONSOLE_ID_FIELD_NUMBER
      See Also:
    • CONTEXT_FIELD_NUMBER

      public static final int CONTEXT_FIELD_NUMBER
      See Also:
    • TEXT_DOCUMENT_FIELD_NUMBER

      public static final int TEXT_DOCUMENT_FIELD_NUMBER
      See Also:
    • POSITION_FIELD_NUMBER

      public static final int POSITION_FIELD_NUMBER
      See Also:
    • REQUEST_ID_FIELD_NUMBER

      public static final int REQUEST_ID_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
    • hasConsoleId

      @Deprecated public boolean hasConsoleId()
      Deprecated.
      io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.console_id is deprecated. See deephaven/proto/console.proto;l=224
      .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true];
      Specified by:
      hasConsoleId in interface GetCompletionItemsRequestOrBuilder
      Returns:
      Whether the consoleId field is set.
    • getConsoleId

      @Deprecated public Ticket getConsoleId()
      Deprecated.
      io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.console_id is deprecated. See deephaven/proto/console.proto;l=224
      .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true];
      Specified by:
      getConsoleId in interface GetCompletionItemsRequestOrBuilder
      Returns:
      The consoleId.
    • getConsoleIdOrBuilder

      @Deprecated public TicketOrBuilder getConsoleIdOrBuilder()
      Deprecated.
      .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true];
      Specified by:
      getConsoleIdOrBuilder in interface GetCompletionItemsRequestOrBuilder
    • hasContext

      public boolean hasContext()
      .io.deephaven.proto.backplane.script.grpc.CompletionContext context = 2;
      Specified by:
      hasContext in interface GetCompletionItemsRequestOrBuilder
      Returns:
      Whether the context field is set.
    • getContext

      public CompletionContext getContext()
      .io.deephaven.proto.backplane.script.grpc.CompletionContext context = 2;
      Specified by:
      getContext in interface GetCompletionItemsRequestOrBuilder
      Returns:
      The context.
    • getContextOrBuilder

      public CompletionContextOrBuilder getContextOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.CompletionContext context = 2;
      Specified by:
      getContextOrBuilder in interface GetCompletionItemsRequestOrBuilder
    • hasTextDocument

      public boolean hasTextDocument()
      .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 3;
      Specified by:
      hasTextDocument in interface GetCompletionItemsRequestOrBuilder
      Returns:
      Whether the textDocument field is set.
    • getTextDocument

      public VersionedTextDocumentIdentifier getTextDocument()
      .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 3;
      Specified by:
      getTextDocument in interface GetCompletionItemsRequestOrBuilder
      Returns:
      The textDocument.
    • getTextDocumentOrBuilder

      public VersionedTextDocumentIdentifierOrBuilder getTextDocumentOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 3;
      Specified by:
      getTextDocumentOrBuilder in interface GetCompletionItemsRequestOrBuilder
    • hasPosition

      public boolean hasPosition()
      .io.deephaven.proto.backplane.script.grpc.Position position = 4;
      Specified by:
      hasPosition in interface GetCompletionItemsRequestOrBuilder
      Returns:
      Whether the position field is set.
    • getPosition

      public Position getPosition()
      .io.deephaven.proto.backplane.script.grpc.Position position = 4;
      Specified by:
      getPosition in interface GetCompletionItemsRequestOrBuilder
      Returns:
      The position.
    • getPositionOrBuilder

      public PositionOrBuilder getPositionOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.Position position = 4;
      Specified by:
      getPositionOrBuilder in interface GetCompletionItemsRequestOrBuilder
    • getRequestId

      @Deprecated public int getRequestId()
      Deprecated.
      io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.request_id is deprecated. See deephaven/proto/console.proto;l=230
      int32 request_id = 5 [deprecated = true];
      Specified by:
      getRequestId in interface GetCompletionItemsRequestOrBuilder
      Returns:
      The requestId.
    • 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 GetCompletionItemsRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static GetCompletionItemsRequest.Builder newBuilder()
    • newBuilder

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

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static GetCompletionItemsRequest getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<GetCompletionItemsRequest> 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 GetCompletionItemsRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder