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