Interface protos.google.cloud.bigquery.migration.v2alpha.ITranslateQueryResponse (1.0.1)

Properties of a TranslateQueryResponse.

Package

@google-cloud/bigquery-migration

Properties

errors

errors?: (google.cloud.bigquery.migration.v2alpha.ISqlTranslationError[]|null);

TranslateQueryResponse errors

translatedQuery

translatedQuery?: (string|null);

TranslateQueryResponse translatedQuery

translationJob

translationJob?: (string|null);

TranslateQueryResponse translationJob

warnings

warnings?: (google.cloud.bigquery.migration.v2alpha.ISqlTranslationWarning[]|null);

TranslateQueryResponse warnings