Class SqlTranslationErrorDetail.Builder

    • Method Detail

      • 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.Builder<SqlTranslationErrorDetail.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationErrorDetail.Builder>
      • getDefaultInstanceForType

        public SqlTranslationErrorDetail getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public SqlTranslationErrorDetail build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public SqlTranslationErrorDetail buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public SqlTranslationErrorDetail.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationErrorDetail.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationErrorDetail.Builder>
      • mergeFrom

        public SqlTranslationErrorDetail.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SqlTranslationErrorDetail.Builder>
        Throws:
        IOException
      • getRow

        public long getRow()
         Specifies the row from the source text where the error occurred.
         
        int64 row = 1;
        Specified by:
        getRow in interface SqlTranslationErrorDetailOrBuilder
        Returns:
        The row.
      • setRow

        public SqlTranslationErrorDetail.Builder setRow​(long value)
         Specifies the row from the source text where the error occurred.
         
        int64 row = 1;
        Parameters:
        value - The row to set.
        Returns:
        This builder for chaining.
      • clearRow

        public SqlTranslationErrorDetail.Builder clearRow()
         Specifies the row from the source text where the error occurred.
         
        int64 row = 1;
        Returns:
        This builder for chaining.
      • getColumn

        public long getColumn()
         Specifie the column from the source texts where the error occurred.
         
        int64 column = 2;
        Specified by:
        getColumn in interface SqlTranslationErrorDetailOrBuilder
        Returns:
        The column.
      • setColumn

        public SqlTranslationErrorDetail.Builder setColumn​(long value)
         Specifie the column from the source texts where the error occurred.
         
        int64 column = 2;
        Parameters:
        value - The column to set.
        Returns:
        This builder for chaining.
      • clearColumn

        public SqlTranslationErrorDetail.Builder clearColumn()
         Specifie the column from the source texts where the error occurred.
         
        int64 column = 2;
        Returns:
        This builder for chaining.
      • getMessageBytes

        public com.google.protobuf.ByteString getMessageBytes()
         A human-readable description of the error.
         
        string message = 3;
        Specified by:
        getMessageBytes in interface SqlTranslationErrorDetailOrBuilder
        Returns:
        The bytes for message.
      • setMessage

        public SqlTranslationErrorDetail.Builder setMessage​(String value)
         A human-readable description of the error.
         
        string message = 3;
        Parameters:
        value - The message to set.
        Returns:
        This builder for chaining.
      • clearMessage

        public SqlTranslationErrorDetail.Builder clearMessage()
         A human-readable description of the error.
         
        string message = 3;
        Returns:
        This builder for chaining.
      • setMessageBytes

        public SqlTranslationErrorDetail.Builder setMessageBytes​(com.google.protobuf.ByteString value)
         A human-readable description of the error.
         
        string message = 3;
        Parameters:
        value - The bytes for message to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final SqlTranslationErrorDetail.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationErrorDetail.Builder>
      • mergeUnknownFields

        public final SqlTranslationErrorDetail.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationErrorDetail.Builder>