Interface SqlTranslationWarningOrBuilder (0.20.0)

public interface SqlTranslationWarningOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getWarningDetail()

public abstract 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
TypeDescription
SqlTranslationErrorDetail

The warningDetail.

getWarningDetailOrBuilder()

public abstract 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;

Returns
TypeDescription
SqlTranslationErrorDetailOrBuilder

hasWarningDetail()

public abstract 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
TypeDescription
boolean

Whether the warningDetail field is set.