Interface SqlTranslationWarningOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SqlTranslationErrorDetail getWarningDetail()
      Specifies the details of the warning, including the warning message and location from the source text.
      SqlTranslationErrorDetailOrBuilder getWarningDetailOrBuilder()
      Specifies the details of the warning, including the warning message and location from the source text.
      boolean hasWarningDetail()
      Specifies the details of the warning, including the warning message and location from the source text.
      • 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

      • hasWarningDetail

        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;
        Returns:
        Whether the warningDetail field is set.
      • getWarningDetail

        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;
        Returns:
        The warningDetail.
      • getWarningDetailOrBuilder

        SqlTranslationErrorDetailOrBuilder getWarningDetailOrBuilder()
         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;