Interface GetSignatureHelpRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetSignatureHelpRequest
,GetSignatureHelpRequest.Builder
public interface GetSignatureHelpRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.io.deephaven.proto.backplane.script.grpc.SignatureHelpContext context = 1;
.io.deephaven.proto.backplane.script.grpc.SignatureHelpContext context = 1;
.io.deephaven.proto.backplane.script.grpc.Position position = 3;
.io.deephaven.proto.backplane.script.grpc.Position position = 3;
.io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2;
.io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2;
boolean
.io.deephaven.proto.backplane.script.grpc.SignatureHelpContext context = 1;
boolean
.io.deephaven.proto.backplane.script.grpc.Position position = 3;
boolean
.io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2;
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
-
hasContext
boolean hasContext().io.deephaven.proto.backplane.script.grpc.SignatureHelpContext context = 1;
- Returns:
- Whether the context field is set.
-
getContext
SignatureHelpContext getContext().io.deephaven.proto.backplane.script.grpc.SignatureHelpContext context = 1;
- Returns:
- The context.
-
getContextOrBuilder
SignatureHelpContextOrBuilder getContextOrBuilder().io.deephaven.proto.backplane.script.grpc.SignatureHelpContext context = 1;
-
hasTextDocument
boolean hasTextDocument().io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2;
- Returns:
- Whether the textDocument field is set.
-
getTextDocument
VersionedTextDocumentIdentifier getTextDocument().io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2;
- Returns:
- The textDocument.
-
getTextDocumentOrBuilder
VersionedTextDocumentIdentifierOrBuilder getTextDocumentOrBuilder().io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2;
-
hasPosition
boolean hasPosition().io.deephaven.proto.backplane.script.grpc.Position position = 3;
- Returns:
- Whether the position field is set.
-
getPosition
Position getPosition().io.deephaven.proto.backplane.script.grpc.Position position = 3;
- Returns:
- The position.
-
getPositionOrBuilder
PositionOrBuilder getPositionOrBuilder().io.deephaven.proto.backplane.script.grpc.Position position = 3;
-