Interface SqlTranslationErrorDetailOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SqlTranslationErrorDetail, SqlTranslationErrorDetail.Builder

    public interface SqlTranslationErrorDetailOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getColumn()
      Specifie the column from the source texts where the error occurred.
      String getMessage()
      A human-readable description of the error.
      com.google.protobuf.ByteString getMessageBytes()
      A human-readable description of the error.
      long getRow()
      Specifies the row from the source text where the error occurred.
      • 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 Detail

      • getRow

        long getRow()
         Specifies the row from the source text where the error occurred.
         
        int64 row = 1;
        Returns:
        The row.
      • getColumn

        long getColumn()
         Specifie the column from the source texts where the error occurred.
         
        int64 column = 2;
        Returns:
        The column.
      • getMessage

        String getMessage()
         A human-readable description of the error.
         
        string message = 3;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
         A human-readable description of the error.
         
        string message = 3;
        Returns:
        The bytes for message.