All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.deephaven.proto.backplane.script.grpc.AutoCompleteRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: deephaven_core/proto/console.proto

// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.script.grpc;

public interface AutoCompleteRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .io.deephaven.proto.backplane.grpc.Ticket console_id = 5;
   * @return Whether the consoleId field is set.
   */
  boolean hasConsoleId();
  /**
   * .io.deephaven.proto.backplane.grpc.Ticket console_id = 5;
   * @return The consoleId.
   */
  io.deephaven.proto.backplane.grpc.Ticket getConsoleId();
  /**
   * .io.deephaven.proto.backplane.grpc.Ticket console_id = 5;
   */
  io.deephaven.proto.backplane.grpc.TicketOrBuilder getConsoleIdOrBuilder();

  /**
   * int32 request_id = 6;
   * @return The requestId.
   */
  int getRequestId();

  /**
   * 
   * 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; * @return Whether the openDocument field is set. */ 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; * @return The openDocument. */ io.deephaven.proto.backplane.script.grpc.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; */ io.deephaven.proto.backplane.script.grpc.OpenDocumentRequestOrBuilder getOpenDocumentOrBuilder(); /** *
   * Modifies the document that autocomplete can be requested on
   * 
* * .io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest change_document = 2; * @return Whether the changeDocument field is set. */ boolean hasChangeDocument(); /** *
   * Modifies the document that autocomplete can be requested on
   * 
* * .io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest change_document = 2; * @return The changeDocument. */ io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest getChangeDocument(); /** *
   * Modifies the document that autocomplete can be requested on
   * 
* * .io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest change_document = 2; */ io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequestOrBuilder getChangeDocumentOrBuilder(); /** *
   * Requests that a response be sent back with completion items
   * 
* * .io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest get_completion_items = 3; * @return Whether the getCompletionItems field is set. */ boolean hasGetCompletionItems(); /** *
   * Requests that a response be sent back with completion items
   * 
* * .io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest get_completion_items = 3; * @return The getCompletionItems. */ io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest getGetCompletionItems(); /** *
   * Requests that a response be sent back with completion items
   * 
* * .io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest get_completion_items = 3; */ io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequestOrBuilder getGetCompletionItemsOrBuilder(); /** *
   * Request for help about the method signature at the cursor
   * 
* * .io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest get_signature_help = 7; * @return Whether the getSignatureHelp field is set. */ boolean hasGetSignatureHelp(); /** *
   * Request for help about the method signature at the cursor
   * 
* * .io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest get_signature_help = 7; * @return The getSignatureHelp. */ io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest getGetSignatureHelp(); /** *
   * Request for help about the method signature at the cursor
   * 
* * .io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest get_signature_help = 7; */ io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequestOrBuilder getGetSignatureHelpOrBuilder(); /** *
   * Request for help about what the user is hovering over
   * 
* * .io.deephaven.proto.backplane.script.grpc.GetHoverRequest get_hover = 8; * @return Whether the getHover field is set. */ boolean hasGetHover(); /** *
   * Request for help about what the user is hovering over
   * 
* * .io.deephaven.proto.backplane.script.grpc.GetHoverRequest get_hover = 8; * @return The getHover. */ io.deephaven.proto.backplane.script.grpc.GetHoverRequest getGetHover(); /** *
   * Request for help about what the user is hovering over
   * 
* * .io.deephaven.proto.backplane.script.grpc.GetHoverRequest get_hover = 8; */ io.deephaven.proto.backplane.script.grpc.GetHoverRequestOrBuilder getGetHoverOrBuilder(); /** *
   * Request to perform file diagnostics
   * 
* * .io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest get_diagnostic = 9; * @return Whether the getDiagnostic field is set. */ boolean hasGetDiagnostic(); /** *
   * Request to perform file diagnostics
   * 
* * .io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest get_diagnostic = 9; * @return The getDiagnostic. */ io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest getGetDiagnostic(); /** *
   * Request to perform file diagnostics
   * 
* * .io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest get_diagnostic = 9; */ io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequestOrBuilder getGetDiagnosticOrBuilder(); /** *
   * Closes the document, indicating that it will not be referenced again
   * 
* * .io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest close_document = 4; * @return Whether the closeDocument field is set. */ boolean hasCloseDocument(); /** *
   * Closes the document, indicating that it will not be referenced again
   * 
* * .io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest close_document = 4; * @return The closeDocument. */ io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest getCloseDocument(); /** *
   * Closes the document, indicating that it will not be referenced again
   * 
* * .io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest close_document = 4; */ io.deephaven.proto.backplane.script.grpc.CloseDocumentRequestOrBuilder getCloseDocumentOrBuilder(); io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.RequestCase getRequestCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy