Interface AutoCompleteRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AutoCompleteRequest
,AutoCompleteRequest.Builder
public interface AutoCompleteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionModifies the document that autocomplete can be requested onModifies the document that autocomplete can be requested onCloses the document, indicating that it will not be referenced againCloses the document, indicating that it will not be referenced again.io.deephaven.proto.backplane.grpc.Ticket console_id = 5;
.io.deephaven.proto.backplane.grpc.Ticket console_id = 5;
Requests that a response be sent back with completion itemsRequests that a response be sent back with completion itemsRequest to perform file diagnosticsRequest to perform file diagnosticsRequest for help about what the user is hovering overRequest for help about what the user is hovering overRequest for help about the method signature at the cursorRequest for help about the method signature at the cursorStarts a document in a given console - to end, just close the stream, the server will hang up right awayStarts a document in a given console - to end, just close the stream, the server will hang up right awayint
int32 request_id = 6;
boolean
Modifies the document that autocomplete can be requested onboolean
Closes the document, indicating that it will not be referenced againboolean
.io.deephaven.proto.backplane.grpc.Ticket console_id = 5;
boolean
Requests that a response be sent back with completion itemsboolean
Request to perform file diagnosticsboolean
Request for help about what the user is hovering overboolean
Request for help about the method signature at the cursorboolean
Starts a document in a given console - to end, just close the stream, the server will hang up right awayMethods 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
boolean hasConsoleId().io.deephaven.proto.backplane.grpc.Ticket console_id = 5;
- Returns:
- Whether the consoleId field is set.
-
getConsoleId
Ticket getConsoleId().io.deephaven.proto.backplane.grpc.Ticket console_id = 5;
- Returns:
- The consoleId.
-
getConsoleIdOrBuilder
TicketOrBuilder getConsoleIdOrBuilder().io.deephaven.proto.backplane.grpc.Ticket console_id = 5;
-
getRequestId
int getRequestId()int32 request_id = 6;
- Returns:
- The requestId.
-
hasOpenDocument
boolean hasOpenDocument()Starts a document in a given console - to end, just close the stream, the server will hang up right away
.io.deephaven.proto.backplane.script.grpc.OpenDocumentRequest open_document = 1;
- Returns:
- Whether the openDocument field is set.
-
getOpenDocument
OpenDocumentRequest getOpenDocument()Starts a document in a given console - to end, just close the stream, the server will hang up right away
.io.deephaven.proto.backplane.script.grpc.OpenDocumentRequest open_document = 1;
- Returns:
- The openDocument.
-
getOpenDocumentOrBuilder
OpenDocumentRequestOrBuilder getOpenDocumentOrBuilder()Starts a document in a given console - to end, just close the stream, the server will hang up right away
.io.deephaven.proto.backplane.script.grpc.OpenDocumentRequest open_document = 1;
-
hasChangeDocument
boolean hasChangeDocument()Modifies the document that autocomplete can be requested on
.io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest change_document = 2;
- Returns:
- Whether the changeDocument field is set.
-
getChangeDocument
ChangeDocumentRequest getChangeDocument()Modifies the document that autocomplete can be requested on
.io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest change_document = 2;
- Returns:
- The changeDocument.
-
getChangeDocumentOrBuilder
ChangeDocumentRequestOrBuilder getChangeDocumentOrBuilder()Modifies the document that autocomplete can be requested on
.io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest change_document = 2;
-
hasGetCompletionItems
boolean hasGetCompletionItems()Requests that a response be sent back with completion items
.io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest get_completion_items = 3;
- Returns:
- Whether the getCompletionItems field is set.
-
getGetCompletionItems
GetCompletionItemsRequest getGetCompletionItems()Requests that a response be sent back with completion items
.io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest get_completion_items = 3;
- Returns:
- The getCompletionItems.
-
getGetCompletionItemsOrBuilder
GetCompletionItemsRequestOrBuilder getGetCompletionItemsOrBuilder()Requests that a response be sent back with completion items
.io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest get_completion_items = 3;
-
hasGetSignatureHelp
boolean hasGetSignatureHelp()Request for help about the method signature at the cursor
.io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest get_signature_help = 7;
- Returns:
- Whether the getSignatureHelp field is set.
-
getGetSignatureHelp
GetSignatureHelpRequest getGetSignatureHelp()Request for help about the method signature at the cursor
.io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest get_signature_help = 7;
- Returns:
- The getSignatureHelp.
-
getGetSignatureHelpOrBuilder
GetSignatureHelpRequestOrBuilder getGetSignatureHelpOrBuilder()Request for help about the method signature at the cursor
.io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest get_signature_help = 7;
-
hasGetHover
boolean hasGetHover()Request for help about what the user is hovering over
.io.deephaven.proto.backplane.script.grpc.GetHoverRequest get_hover = 8;
- Returns:
- Whether the getHover field is set.
-
getGetHover
GetHoverRequest getGetHover()Request for help about what the user is hovering over
.io.deephaven.proto.backplane.script.grpc.GetHoverRequest get_hover = 8;
- Returns:
- The getHover.
-
getGetHoverOrBuilder
GetHoverRequestOrBuilder getGetHoverOrBuilder()Request for help about what the user is hovering over
.io.deephaven.proto.backplane.script.grpc.GetHoverRequest get_hover = 8;
-
hasGetDiagnostic
boolean hasGetDiagnostic()Request to perform file diagnostics
.io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest get_diagnostic = 9;
- Returns:
- Whether the getDiagnostic field is set.
-
getGetDiagnostic
GetDiagnosticRequest getGetDiagnostic()Request to perform file diagnostics
.io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest get_diagnostic = 9;
- Returns:
- The getDiagnostic.
-
getGetDiagnosticOrBuilder
GetDiagnosticRequestOrBuilder getGetDiagnosticOrBuilder()Request to perform file diagnostics
.io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest get_diagnostic = 9;
-
hasCloseDocument
boolean hasCloseDocument()Closes the document, indicating that it will not be referenced again
.io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest close_document = 4;
- Returns:
- Whether the closeDocument field is set.
-
getCloseDocument
CloseDocumentRequest getCloseDocument()Closes the document, indicating that it will not be referenced again
.io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest close_document = 4;
- Returns:
- The closeDocument.
-
getCloseDocumentOrBuilder
CloseDocumentRequestOrBuilder getCloseDocumentOrBuilder()Closes the document, indicating that it will not be referenced again
.io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest close_document = 4;
-
getRequestCase
AutoCompleteRequest.RequestCase getRequestCase()
-