public interface SqlTranslationErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SqlTranslationErrorDetail |
getErrorDetail()
Specifies the details of the error, including the error message and
location from the source text.
|
SqlTranslationErrorDetailOrBuilder |
getErrorDetailOrBuilder()
Specifies the details of the error, including the error message and
location from the source text.
|
SqlTranslationError.SqlTranslationErrorType |
getErrorType()
The type of SQL translation error.
|
int |
getErrorTypeValue()
The type of SQL translation error.
|
boolean |
hasErrorDetail()
Specifies the details of the error, including the error message and
location from the source text.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getErrorTypeValue()
The type of SQL translation error.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationError.SqlTranslationErrorType error_type = 1;
SqlTranslationError.SqlTranslationErrorType getErrorType()
The type of SQL translation error.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationError.SqlTranslationErrorType error_type = 1;
boolean hasErrorDetail()
Specifies the details of the error, including the error message and location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail error_detail = 2;
SqlTranslationErrorDetail getErrorDetail()
Specifies the details of the error, including the error message and location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail error_detail = 2;
SqlTranslationErrorDetailOrBuilder getErrorDetailOrBuilder()
Specifies the details of the error, including the error message and location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail error_detail = 2;
Copyright © 2024 Google LLC. All rights reserved.