Interface ConnectionIndexMessages.ConnectionIndexResponseMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ConnectionIndexMessages.ConnectionIndexResponseMessage, ConnectionIndexMessages.ConnectionIndexResponseMessage.Builder
Enclosing class:
ConnectionIndexMessages

public static interface ConnectionIndexMessages.ConnectionIndexResponseMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional .com.seeq.link.messages.ErrorInfo errorInfo = 2;
    optional .com.seeq.link.messages.ErrorInfo errorInfo = 2;
    When rejecting an index request, the connection may provide a reason.
    com.google.protobuf.ByteString
    When rejecting an index request, the connection may provide a reason.
    boolean
    optional .com.seeq.link.messages.ErrorInfo errorInfo = 2;
    boolean
    When rejecting an index request, the connection may provide a reason.

    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

    • hasMessage

      boolean hasMessage()
       When rejecting an index request, the connection may provide a reason.
       
      optional string message = 1;
      Returns:
      Whether the message field is set.
    • getMessage

      String getMessage()
       When rejecting an index request, the connection may provide a reason.
       
      optional string message = 1;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
       When rejecting an index request, the connection may provide a reason.
       
      optional string message = 1;
      Returns:
      The bytes for message.
    • hasErrorInfo

      boolean hasErrorInfo()
      optional .com.seeq.link.messages.ErrorInfo errorInfo = 2;
      Returns:
      Whether the errorInfo field is set.
    • getErrorInfo

      ErrorMessage.ErrorInfo getErrorInfo()
      optional .com.seeq.link.messages.ErrorInfo errorInfo = 2;
      Returns:
      The errorInfo.
    • getErrorInfoOrBuilder

      ErrorMessage.ErrorInfoOrBuilder getErrorInfoOrBuilder()
      optional .com.seeq.link.messages.ErrorInfo errorInfo = 2;