java.io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven/proto/console.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.script.grpc;
public interface GetCompletionItemsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true];
* @deprecated io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.console_id is deprecated.
* See deephaven/proto/console.proto;l=224
* @return Whether the consoleId field is set.
*/
@java.lang.Deprecated boolean hasConsoleId();
/**
* .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true];
* @deprecated io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.console_id is deprecated.
* See deephaven/proto/console.proto;l=224
* @return The consoleId.
*/
@java.lang.Deprecated io.deephaven.proto.backplane.grpc.Ticket getConsoleId();
/**
* .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true];
*/
@java.lang.Deprecated io.deephaven.proto.backplane.grpc.TicketOrBuilder getConsoleIdOrBuilder();
/**
* .io.deephaven.proto.backplane.script.grpc.CompletionContext context = 2;
* @return Whether the context field is set.
*/
boolean hasContext();
/**
* .io.deephaven.proto.backplane.script.grpc.CompletionContext context = 2;
* @return The context.
*/
io.deephaven.proto.backplane.script.grpc.CompletionContext getContext();
/**
* .io.deephaven.proto.backplane.script.grpc.CompletionContext context = 2;
*/
io.deephaven.proto.backplane.script.grpc.CompletionContextOrBuilder getContextOrBuilder();
/**
* .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 3;
* @return Whether the textDocument field is set.
*/
boolean hasTextDocument();
/**
* .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 3;
* @return The textDocument.
*/
io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier getTextDocument();
/**
* .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 3;
*/
io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifierOrBuilder getTextDocumentOrBuilder();
/**
* .io.deephaven.proto.backplane.script.grpc.Position position = 4;
* @return Whether the position field is set.
*/
boolean hasPosition();
/**
* .io.deephaven.proto.backplane.script.grpc.Position position = 4;
* @return The position.
*/
io.deephaven.proto.backplane.script.grpc.Position getPosition();
/**
* .io.deephaven.proto.backplane.script.grpc.Position position = 4;
*/
io.deephaven.proto.backplane.script.grpc.PositionOrBuilder getPositionOrBuilder();
/**
* int32 request_id = 5 [deprecated = true];
* @deprecated io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.request_id is deprecated.
* See deephaven/proto/console.proto;l=230
* @return The requestId.
*/
@java.lang.Deprecated int getRequestId();
}