Interface UserBitShared.DrillPBErrorOrBuilder

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

public static interface UserBitShared.DrillPBErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasErrorId

      boolean hasErrorId()
       for debug tracing purposes
       
      optional string error_id = 1;
      Returns:
      Whether the errorId field is set.
    • getErrorId

      String getErrorId()
       for debug tracing purposes
       
      optional string error_id = 1;
      Returns:
      The errorId.
    • getErrorIdBytes

      com.google.protobuf.ByteString getErrorIdBytes()
       for debug tracing purposes
       
      optional string error_id = 1;
      Returns:
      The bytes for errorId.
    • hasEndpoint

      boolean hasEndpoint()
      optional .exec.DrillbitEndpoint endpoint = 2;
      Returns:
      Whether the endpoint field is set.
    • getEndpoint

      optional .exec.DrillbitEndpoint endpoint = 2;
      Returns:
      The endpoint.
    • getEndpointOrBuilder

      optional .exec.DrillbitEndpoint endpoint = 2;
    • hasErrorType

      boolean hasErrorType()
      optional .exec.shared.DrillPBError.ErrorType error_type = 3;
      Returns:
      Whether the errorType field is set.
    • getErrorType

      optional .exec.shared.DrillPBError.ErrorType error_type = 3;
      Returns:
      The errorType.
    • hasMessage

      boolean hasMessage()
      optional string message = 4;
      Returns:
      Whether the message field is set.
    • getMessage

      String getMessage()
      optional string message = 4;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
      optional string message = 4;
      Returns:
      The bytes for message.
    • hasException

      boolean hasException()
      optional .exec.shared.ExceptionWrapper exception = 5;
      Returns:
      Whether the exception field is set.
    • getException

      optional .exec.shared.ExceptionWrapper exception = 5;
      Returns:
      The exception.
    • getExceptionOrBuilder

      optional .exec.shared.ExceptionWrapper exception = 5;
    • getParsingErrorList

      List<UserBitShared.ParsingError> getParsingErrorList()
      optional, used when providing location of error within a piece of text.
       
      repeated .exec.shared.ParsingError parsing_error = 6;
    • getParsingError

      UserBitShared.ParsingError getParsingError(int index)
      optional, used when providing location of error within a piece of text.
       
      repeated .exec.shared.ParsingError parsing_error = 6;
    • getParsingErrorCount

      int getParsingErrorCount()
      optional, used when providing location of error within a piece of text.
       
      repeated .exec.shared.ParsingError parsing_error = 6;
    • getParsingErrorOrBuilderList

      List<? extends UserBitShared.ParsingErrorOrBuilder> getParsingErrorOrBuilderList()
      optional, used when providing location of error within a piece of text.
       
      repeated .exec.shared.ParsingError parsing_error = 6;
    • getParsingErrorOrBuilder

      UserBitShared.ParsingErrorOrBuilder getParsingErrorOrBuilder(int index)
      optional, used when providing location of error within a piece of text.
       
      repeated .exec.shared.ParsingError parsing_error = 6;