public interface SqlTranslationWarningOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;
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;
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;
Copyright © 2024 Google LLC. All rights reserved.