Class AutoCompleteResponse

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

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

    • REQUEST_ID_FIELD_NUMBER

      public static final int REQUEST_ID_FIELD_NUMBER
      See Also:
    • SUCCESS_FIELD_NUMBER

      public static final int SUCCESS_FIELD_NUMBER
      See Also:
    • COMPLETION_ITEMS_FIELD_NUMBER

      public static final int COMPLETION_ITEMS_FIELD_NUMBER
      See Also:
    • SIGNATURES_FIELD_NUMBER

      public static final int SIGNATURES_FIELD_NUMBER
      See Also:
    • HOVER_FIELD_NUMBER

      public static final int HOVER_FIELD_NUMBER
      See Also:
    • DIAGNOSTIC_FIELD_NUMBER

      public static final int DIAGNOSTIC_FIELD_NUMBER
      See Also:
    • DIAGNOSTIC_PUBLISH_FIELD_NUMBER

      public static final int DIAGNOSTIC_PUBLISH_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
    • getResponseCase

      public AutoCompleteResponse.ResponseCase getResponseCase()
      Specified by:
      getResponseCase in interface AutoCompleteResponseOrBuilder
    • getRequestId

      public int getRequestId()
      int32 request_id = 2;
      Specified by:
      getRequestId in interface AutoCompleteResponseOrBuilder
      Returns:
      The requestId.
    • getSuccess

      public boolean getSuccess()
      bool success = 3;
      Specified by:
      getSuccess in interface AutoCompleteResponseOrBuilder
      Returns:
      The success.
    • hasCompletionItems

      public boolean hasCompletionItems()
      .io.deephaven.proto.backplane.script.grpc.GetCompletionItemsResponse completion_items = 1;
      Specified by:
      hasCompletionItems in interface AutoCompleteResponseOrBuilder
      Returns:
      Whether the completionItems field is set.
    • getCompletionItems

      public GetCompletionItemsResponse getCompletionItems()
      .io.deephaven.proto.backplane.script.grpc.GetCompletionItemsResponse completion_items = 1;
      Specified by:
      getCompletionItems in interface AutoCompleteResponseOrBuilder
      Returns:
      The completionItems.
    • getCompletionItemsOrBuilder

      public GetCompletionItemsResponseOrBuilder getCompletionItemsOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.GetCompletionItemsResponse completion_items = 1;
      Specified by:
      getCompletionItemsOrBuilder in interface AutoCompleteResponseOrBuilder
    • hasSignatures

      public boolean hasSignatures()
      .io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse signatures = 4;
      Specified by:
      hasSignatures in interface AutoCompleteResponseOrBuilder
      Returns:
      Whether the signatures field is set.
    • getSignatures

      public GetSignatureHelpResponse getSignatures()
      .io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse signatures = 4;
      Specified by:
      getSignatures in interface AutoCompleteResponseOrBuilder
      Returns:
      The signatures.
    • getSignaturesOrBuilder

      public GetSignatureHelpResponseOrBuilder getSignaturesOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse signatures = 4;
      Specified by:
      getSignaturesOrBuilder in interface AutoCompleteResponseOrBuilder
    • hasHover

      public boolean hasHover()
      .io.deephaven.proto.backplane.script.grpc.GetHoverResponse hover = 5;
      Specified by:
      hasHover in interface AutoCompleteResponseOrBuilder
      Returns:
      Whether the hover field is set.
    • getHover

      public GetHoverResponse getHover()
      .io.deephaven.proto.backplane.script.grpc.GetHoverResponse hover = 5;
      Specified by:
      getHover in interface AutoCompleteResponseOrBuilder
      Returns:
      The hover.
    • getHoverOrBuilder

      public GetHoverResponseOrBuilder getHoverOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.GetHoverResponse hover = 5;
      Specified by:
      getHoverOrBuilder in interface AutoCompleteResponseOrBuilder
    • hasDiagnostic

      public boolean hasDiagnostic()
      .io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse diagnostic = 6;
      Specified by:
      hasDiagnostic in interface AutoCompleteResponseOrBuilder
      Returns:
      Whether the diagnostic field is set.
    • getDiagnostic

      public GetPullDiagnosticResponse getDiagnostic()
      .io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse diagnostic = 6;
      Specified by:
      getDiagnostic in interface AutoCompleteResponseOrBuilder
      Returns:
      The diagnostic.
    • getDiagnosticOrBuilder

      public GetPullDiagnosticResponseOrBuilder getDiagnosticOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse diagnostic = 6;
      Specified by:
      getDiagnosticOrBuilder in interface AutoCompleteResponseOrBuilder
    • hasDiagnosticPublish

      public boolean hasDiagnosticPublish()
      .io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse diagnostic_publish = 7;
      Specified by:
      hasDiagnosticPublish in interface AutoCompleteResponseOrBuilder
      Returns:
      Whether the diagnosticPublish field is set.
    • getDiagnosticPublish

      public GetPublishDiagnosticResponse getDiagnosticPublish()
      .io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse diagnostic_publish = 7;
      Specified by:
      getDiagnosticPublish in interface AutoCompleteResponseOrBuilder
      Returns:
      The diagnosticPublish.
    • getDiagnosticPublishOrBuilder

      public GetPublishDiagnosticResponseOrBuilder getDiagnosticPublishOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse diagnostic_publish = 7;
      Specified by:
      getDiagnosticPublishOrBuilder in interface AutoCompleteResponseOrBuilder
    • 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 AutoCompleteResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static AutoCompleteResponse.Builder newBuilder()
    • newBuilder

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

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

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

      public static AutoCompleteResponse getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<AutoCompleteResponse> 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 AutoCompleteResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder