Class AutoCompleteRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AutoCompleteRequestOrBuilder, Serializable

public final class AutoCompleteRequest extends com.google.protobuf.GeneratedMessageV3 implements AutoCompleteRequestOrBuilder
Protobuf type io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest
See Also:
  • Field Details

    • CONSOLE_ID_FIELD_NUMBER

      public static final int CONSOLE_ID_FIELD_NUMBER
      See Also:
    • REQUEST_ID_FIELD_NUMBER

      public static final int REQUEST_ID_FIELD_NUMBER
      See Also:
    • OPEN_DOCUMENT_FIELD_NUMBER

      public static final int OPEN_DOCUMENT_FIELD_NUMBER
      See Also:
    • CHANGE_DOCUMENT_FIELD_NUMBER

      public static final int CHANGE_DOCUMENT_FIELD_NUMBER
      See Also:
    • GET_COMPLETION_ITEMS_FIELD_NUMBER

      public static final int GET_COMPLETION_ITEMS_FIELD_NUMBER
      See Also:
    • GET_SIGNATURE_HELP_FIELD_NUMBER

      public static final int GET_SIGNATURE_HELP_FIELD_NUMBER
      See Also:
    • GET_HOVER_FIELD_NUMBER

      public static final int GET_HOVER_FIELD_NUMBER
      See Also:
    • GET_DIAGNOSTIC_FIELD_NUMBER

      public static final int GET_DIAGNOSTIC_FIELD_NUMBER
      See Also:
    • CLOSE_DOCUMENT_FIELD_NUMBER

      public static final int CLOSE_DOCUMENT_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getRequestCase

      public AutoCompleteRequest.RequestCase getRequestCase()
      Specified by:
      getRequestCase in interface AutoCompleteRequestOrBuilder
    • hasConsoleId

      public boolean hasConsoleId()
      .io.deephaven.proto.backplane.grpc.Ticket console_id = 5;
      Specified by:
      hasConsoleId in interface AutoCompleteRequestOrBuilder
      Returns:
      Whether the consoleId field is set.
    • getConsoleId

      public Ticket getConsoleId()
      .io.deephaven.proto.backplane.grpc.Ticket console_id = 5;
      Specified by:
      getConsoleId in interface AutoCompleteRequestOrBuilder
      Returns:
      The consoleId.
    • getConsoleIdOrBuilder

      public TicketOrBuilder getConsoleIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket console_id = 5;
      Specified by:
      getConsoleIdOrBuilder in interface AutoCompleteRequestOrBuilder
    • getRequestId

      public int getRequestId()
      int32 request_id = 6;
      Specified by:
      getRequestId in interface AutoCompleteRequestOrBuilder
      Returns:
      The requestId.
    • hasOpenDocument

      public 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;
      Specified by:
      hasOpenDocument in interface AutoCompleteRequestOrBuilder
      Returns:
      Whether the openDocument field is set.
    • getOpenDocument

      public 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;
      Specified by:
      getOpenDocument in interface AutoCompleteRequestOrBuilder
      Returns:
      The openDocument.
    • getOpenDocumentOrBuilder

      public 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;
      Specified by:
      getOpenDocumentOrBuilder in interface AutoCompleteRequestOrBuilder
    • hasChangeDocument

      public boolean hasChangeDocument()
       Modifies the document that autocomplete can be requested on
       
      .io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest change_document = 2;
      Specified by:
      hasChangeDocument in interface AutoCompleteRequestOrBuilder
      Returns:
      Whether the changeDocument field is set.
    • getChangeDocument

      public ChangeDocumentRequest getChangeDocument()
       Modifies the document that autocomplete can be requested on
       
      .io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest change_document = 2;
      Specified by:
      getChangeDocument in interface AutoCompleteRequestOrBuilder
      Returns:
      The changeDocument.
    • getChangeDocumentOrBuilder

      public ChangeDocumentRequestOrBuilder getChangeDocumentOrBuilder()
       Modifies the document that autocomplete can be requested on
       
      .io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest change_document = 2;
      Specified by:
      getChangeDocumentOrBuilder in interface AutoCompleteRequestOrBuilder
    • hasGetCompletionItems

      public boolean hasGetCompletionItems()
       Requests that a response be sent back with completion items
       
      .io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest get_completion_items = 3;
      Specified by:
      hasGetCompletionItems in interface AutoCompleteRequestOrBuilder
      Returns:
      Whether the getCompletionItems field is set.
    • getGetCompletionItems

      public GetCompletionItemsRequest getGetCompletionItems()
       Requests that a response be sent back with completion items
       
      .io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest get_completion_items = 3;
      Specified by:
      getGetCompletionItems in interface AutoCompleteRequestOrBuilder
      Returns:
      The getCompletionItems.
    • getGetCompletionItemsOrBuilder

      public GetCompletionItemsRequestOrBuilder getGetCompletionItemsOrBuilder()
       Requests that a response be sent back with completion items
       
      .io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest get_completion_items = 3;
      Specified by:
      getGetCompletionItemsOrBuilder in interface AutoCompleteRequestOrBuilder
    • hasGetSignatureHelp

      public boolean hasGetSignatureHelp()
       Request for help about the method signature at the cursor
       
      .io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest get_signature_help = 7;
      Specified by:
      hasGetSignatureHelp in interface AutoCompleteRequestOrBuilder
      Returns:
      Whether the getSignatureHelp field is set.
    • getGetSignatureHelp

      public GetSignatureHelpRequest getGetSignatureHelp()
       Request for help about the method signature at the cursor
       
      .io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest get_signature_help = 7;
      Specified by:
      getGetSignatureHelp in interface AutoCompleteRequestOrBuilder
      Returns:
      The getSignatureHelp.
    • getGetSignatureHelpOrBuilder

      public GetSignatureHelpRequestOrBuilder getGetSignatureHelpOrBuilder()
       Request for help about the method signature at the cursor
       
      .io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest get_signature_help = 7;
      Specified by:
      getGetSignatureHelpOrBuilder in interface AutoCompleteRequestOrBuilder
    • hasGetHover

      public boolean hasGetHover()
       Request for help about what the user is hovering over
       
      .io.deephaven.proto.backplane.script.grpc.GetHoverRequest get_hover = 8;
      Specified by:
      hasGetHover in interface AutoCompleteRequestOrBuilder
      Returns:
      Whether the getHover field is set.
    • getGetHover

      public GetHoverRequest getGetHover()
       Request for help about what the user is hovering over
       
      .io.deephaven.proto.backplane.script.grpc.GetHoverRequest get_hover = 8;
      Specified by:
      getGetHover in interface AutoCompleteRequestOrBuilder
      Returns:
      The getHover.
    • getGetHoverOrBuilder

      public GetHoverRequestOrBuilder getGetHoverOrBuilder()
       Request for help about what the user is hovering over
       
      .io.deephaven.proto.backplane.script.grpc.GetHoverRequest get_hover = 8;
      Specified by:
      getGetHoverOrBuilder in interface AutoCompleteRequestOrBuilder
    • hasGetDiagnostic

      public boolean hasGetDiagnostic()
       Request to perform file diagnostics
       
      .io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest get_diagnostic = 9;
      Specified by:
      hasGetDiagnostic in interface AutoCompleteRequestOrBuilder
      Returns:
      Whether the getDiagnostic field is set.
    • getGetDiagnostic

      public GetDiagnosticRequest getGetDiagnostic()
       Request to perform file diagnostics
       
      .io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest get_diagnostic = 9;
      Specified by:
      getGetDiagnostic in interface AutoCompleteRequestOrBuilder
      Returns:
      The getDiagnostic.
    • getGetDiagnosticOrBuilder

      public GetDiagnosticRequestOrBuilder getGetDiagnosticOrBuilder()
       Request to perform file diagnostics
       
      .io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest get_diagnostic = 9;
      Specified by:
      getGetDiagnosticOrBuilder in interface AutoCompleteRequestOrBuilder
    • hasCloseDocument

      public boolean hasCloseDocument()
       Closes the document, indicating that it will not be referenced again
       
      .io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest close_document = 4;
      Specified by:
      hasCloseDocument in interface AutoCompleteRequestOrBuilder
      Returns:
      Whether the closeDocument field is set.
    • getCloseDocument

      public CloseDocumentRequest getCloseDocument()
       Closes the document, indicating that it will not be referenced again
       
      .io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest close_document = 4;
      Specified by:
      getCloseDocument in interface AutoCompleteRequestOrBuilder
      Returns:
      The closeDocument.
    • getCloseDocumentOrBuilder

      public CloseDocumentRequestOrBuilder getCloseDocumentOrBuilder()
       Closes the document, indicating that it will not be referenced again
       
      .io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest close_document = 4;
      Specified by:
      getCloseDocumentOrBuilder in interface AutoCompleteRequestOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static AutoCompleteRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AutoCompleteRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AutoCompleteRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AutoCompleteRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AutoCompleteRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AutoCompleteRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AutoCompleteRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AutoCompleteRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AutoCompleteRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AutoCompleteRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AutoCompleteRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AutoCompleteRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public AutoCompleteRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static AutoCompleteRequest.Builder newBuilder()
    • newBuilder

      public static AutoCompleteRequest.Builder newBuilder(AutoCompleteRequest prototype)
    • toBuilder

      public AutoCompleteRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected AutoCompleteRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static AutoCompleteRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<AutoCompleteRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<AutoCompleteRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public AutoCompleteRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder