public interface SqlTranslationWarningOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the warningDetail field is set. |