Class SqlTranslationWarning.Builder

  • All Implemented Interfaces:
    SqlTranslationWarningOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    SqlTranslationWarning

    public static final class SqlTranslationWarning.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
    implements SqlTranslationWarningOrBuilder
     The detailed warning object if the SQL translation job is completed but not
     semantically correct.
     
    Protobuf type google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning
    • 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<SqlTranslationWarning.Builder>
      • clear

        public SqlTranslationWarning.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.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<SqlTranslationWarning.Builder>
      • getDefaultInstanceForType

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

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

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

        public SqlTranslationWarning.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
      • clearField

        public SqlTranslationWarning.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
      • clearOneof

        public SqlTranslationWarning.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
      • setRepeatedField

        public SqlTranslationWarning.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<SqlTranslationWarning.Builder>
      • addRepeatedField

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

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

        public SqlTranslationWarning.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<SqlTranslationWarning.Builder>
        Throws:
        IOException
      • hasWarningDetail

        public boolean hasWarningDetail()
         Specifies the details of the warning, including the warning message and
         location from the source text.
         
        .google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail warning_detail = 1;
        Specified by:
        hasWarningDetail in interface SqlTranslationWarningOrBuilder
        Returns:
        Whether the warningDetail field is set.
      • getWarningDetail

        public SqlTranslationErrorDetail getWarningDetail()
         Specifies the details of the warning, including the warning message and
         location from the source text.
         
        .google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail warning_detail = 1;
        Specified by:
        getWarningDetail in interface SqlTranslationWarningOrBuilder
        Returns:
        The warningDetail.
      • setWarningDetail

        public SqlTranslationWarning.Builder setWarningDetail​(SqlTranslationErrorDetail value)
         Specifies the details of the warning, including the warning message and
         location from the source text.
         
        .google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail warning_detail = 1;
      • setWarningDetail

        public SqlTranslationWarning.Builder setWarningDetail​(SqlTranslationErrorDetail.Builder builderForValue)
         Specifies the details of the warning, including the warning message and
         location from the source text.
         
        .google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail warning_detail = 1;
      • mergeWarningDetail

        public SqlTranslationWarning.Builder mergeWarningDetail​(SqlTranslationErrorDetail value)
         Specifies the details of the warning, including the warning message and
         location from the source text.
         
        .google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail warning_detail = 1;
      • clearWarningDetail

        public SqlTranslationWarning.Builder clearWarningDetail()
         Specifies the details of the warning, including the warning message and
         location from the source text.
         
        .google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail warning_detail = 1;
      • getWarningDetailBuilder

        public SqlTranslationErrorDetail.Builder getWarningDetailBuilder()
         Specifies the details of the warning, including the warning message and
         location from the source text.
         
        .google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail warning_detail = 1;
      • setUnknownFields

        public final SqlTranslationWarning.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<SqlTranslationWarning.Builder>
      • mergeUnknownFields

        public final SqlTranslationWarning.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<SqlTranslationWarning.Builder>