Interface GetCompletionItemsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetCompletionItemsRequest, GetCompletionItemsRequest.Builder

public interface GetCompletionItemsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.console_id is deprecated.
    Deprecated.
    .io.deephaven.proto.backplane.script.grpc.CompletionContext context = 2;
    .io.deephaven.proto.backplane.script.grpc.CompletionContext context = 2;
    .io.deephaven.proto.backplane.script.grpc.Position position = 4;
    .io.deephaven.proto.backplane.script.grpc.Position position = 4;
    int
    Deprecated.
    io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.request_id is deprecated.
    .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 3;
    .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 3;
    boolean
    Deprecated.
    io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.console_id is deprecated.
    boolean
    .io.deephaven.proto.backplane.script.grpc.CompletionContext context = 2;
    boolean
    .io.deephaven.proto.backplane.script.grpc.Position position = 4;
    boolean
    .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasConsoleId

      @Deprecated 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];
      Returns:
      Whether the consoleId field is set.
    • getConsoleId

      @Deprecated 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];
      Returns:
      The consoleId.
    • getConsoleIdOrBuilder

      @Deprecated TicketOrBuilder getConsoleIdOrBuilder()
      Deprecated.
      .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true];
    • hasContext

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

      CompletionContext getContext()
      .io.deephaven.proto.backplane.script.grpc.CompletionContext context = 2;
      Returns:
      The context.
    • getContextOrBuilder

      CompletionContextOrBuilder getContextOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.CompletionContext context = 2;
    • hasTextDocument

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

      .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 3;
      Returns:
      The textDocument.
    • getTextDocumentOrBuilder

      VersionedTextDocumentIdentifierOrBuilder getTextDocumentOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 3;
    • hasPosition

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

      Position getPosition()
      .io.deephaven.proto.backplane.script.grpc.Position position = 4;
      Returns:
      The position.
    • getPositionOrBuilder

      PositionOrBuilder getPositionOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.Position position = 4;
    • getRequestId

      @Deprecated 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];
      Returns:
      The requestId.