java.io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequestOrBuilder 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
The newest version!
// 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 GetSignatureHelpRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .io.deephaven.proto.backplane.script.grpc.SignatureHelpContext context = 1;
* @return Whether the context field is set.
*/
boolean hasContext();
/**
* .io.deephaven.proto.backplane.script.grpc.SignatureHelpContext context = 1;
* @return The context.
*/
io.deephaven.proto.backplane.script.grpc.SignatureHelpContext getContext();
/**
* .io.deephaven.proto.backplane.script.grpc.SignatureHelpContext context = 1;
*/
io.deephaven.proto.backplane.script.grpc.SignatureHelpContextOrBuilder getContextOrBuilder();
/**
* .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2;
* @return Whether the textDocument field is set.
*/
boolean hasTextDocument();
/**
* .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2;
* @return The textDocument.
*/
io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier getTextDocument();
/**
* .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2;
*/
io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifierOrBuilder getTextDocumentOrBuilder();
/**
* .io.deephaven.proto.backplane.script.grpc.Position position = 3;
* @return Whether the position field is set.
*/
boolean hasPosition();
/**
* .io.deephaven.proto.backplane.script.grpc.Position position = 3;
* @return The position.
*/
io.deephaven.proto.backplane.script.grpc.Position getPosition();
/**
* .io.deephaven.proto.backplane.script.grpc.Position position = 3;
*/
io.deephaven.proto.backplane.script.grpc.PositionOrBuilder getPositionOrBuilder();
}