public interface TranslationTaskDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSpecialTokenMap(String key)
The map capturing special tokens to be replaced during translation.
|
BteqOptions |
getBteqOptions()
The BTEQ specific settings for the translation task.
|
BteqOptionsOrBuilder |
getBteqOptionsOrBuilder()
The BTEQ specific settings for the translation task.
|
TranslationTaskDetails.FileEncoding |
getFileEncoding()
The file encoding type.
|
int |
getFileEncodingValue()
The file encoding type.
|
TranslationFileMapping |
getFilePaths(int index)
Cloud Storage files to be processed for translation.
|
int |
getFilePathsCount()
Cloud Storage files to be processed for translation.
|
List<TranslationFileMapping> |
getFilePathsList()
Cloud Storage files to be processed for translation.
|
TranslationFileMappingOrBuilder |
getFilePathsOrBuilder(int index)
Cloud Storage files to be processed for translation.
|
List<? extends TranslationFileMappingOrBuilder> |
getFilePathsOrBuilderList()
Cloud Storage files to be processed for translation.
|
Filter |
getFilter()
The filter applied to translation details.
|
FilterOrBuilder |
getFilterOrBuilder()
The filter applied to translation details.
|
IdentifierSettings |
getIdentifierSettings()
The settings for SQL identifiers.
|
IdentifierSettingsOrBuilder |
getIdentifierSettingsOrBuilder()
The settings for SQL identifiers.
|
String |
getInputPath()
The Cloud Storage path for translation input files.
|
com.google.protobuf.ByteString |
getInputPathBytes()
The Cloud Storage path for translation input files.
|
TranslationTaskDetails.LanguageOptionsCase |
getLanguageOptionsCase() |
String |
getOutputPath()
The Cloud Storage path for translation output files.
|
com.google.protobuf.ByteString |
getOutputPathBytes()
The Cloud Storage path for translation output files.
|
String |
getSchemaPath()
The Cloud Storage path to DDL files as table schema to assist semantic
translation.
|
com.google.protobuf.ByteString |
getSchemaPathBytes()
The Cloud Storage path to DDL files as table schema to assist semantic
translation.
|
Map<String,TranslationTaskDetails.TokenType> |
getSpecialTokenMap()
Deprecated.
|
int |
getSpecialTokenMapCount()
The map capturing special tokens to be replaced during translation.
|
Map<String,TranslationTaskDetails.TokenType> |
getSpecialTokenMapMap()
The map capturing special tokens to be replaced during translation.
|
TranslationTaskDetails.TokenType |
getSpecialTokenMapOrDefault(String key,
TranslationTaskDetails.TokenType defaultValue)
The map capturing special tokens to be replaced during translation.
|
TranslationTaskDetails.TokenType |
getSpecialTokenMapOrThrow(String key)
The map capturing special tokens to be replaced during translation.
|
Map<String,Integer> |
getSpecialTokenMapValue()
Deprecated.
|
Map<String,Integer> |
getSpecialTokenMapValueMap()
The map capturing special tokens to be replaced during translation.
|
int |
getSpecialTokenMapValueOrDefault(String key,
int defaultValue)
The map capturing special tokens to be replaced during translation.
|
int |
getSpecialTokenMapValueOrThrow(String key)
The map capturing special tokens to be replaced during translation.
|
TeradataOptions |
getTeradataOptions()
The Teradata SQL specific settings for the translation task.
|
TeradataOptionsOrBuilder |
getTeradataOptionsOrBuilder()
The Teradata SQL specific settings for the translation task.
|
String |
getTranslationExceptionTable()
Specifies the exact name of the bigquery table ("dataset.table") to be used
for surfacing raw translation errors.
|
com.google.protobuf.ByteString |
getTranslationExceptionTableBytes()
Specifies the exact name of the bigquery table ("dataset.table") to be used
for surfacing raw translation errors.
|
boolean |
hasBteqOptions()
The BTEQ specific settings for the translation task.
|
boolean |
hasFilter()
The filter applied to translation details.
|
boolean |
hasIdentifierSettings()
The settings for SQL identifiers.
|
boolean |
hasTeradataOptions()
The Teradata SQL specific settings for the translation task.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTeradataOptions()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;TeradataOptions getTeradataOptions()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;TeradataOptionsOrBuilder getTeradataOptionsOrBuilder()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;boolean hasBteqOptions()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;BteqOptions getBteqOptions()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;BteqOptionsOrBuilder getBteqOptionsOrBuilder()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;String getInputPath()
The Cloud Storage path for translation input files.
string input_path = 1;com.google.protobuf.ByteString getInputPathBytes()
The Cloud Storage path for translation input files.
string input_path = 1;String getOutputPath()
The Cloud Storage path for translation output files.
string output_path = 2;com.google.protobuf.ByteString getOutputPathBytes()
The Cloud Storage path for translation output files.
string output_path = 2;List<TranslationFileMapping> getFilePathsList()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
TranslationFileMapping getFilePaths(int index)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
int getFilePathsCount()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
List<? extends TranslationFileMappingOrBuilder> getFilePathsOrBuilderList()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
TranslationFileMappingOrBuilder getFilePathsOrBuilder(int index)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
String getSchemaPath()
The Cloud Storage path to DDL files as table schema to assist semantic translation.
string schema_path = 3;com.google.protobuf.ByteString getSchemaPathBytes()
The Cloud Storage path to DDL files as table schema to assist semantic translation.
string schema_path = 3;int getFileEncodingValue()
The file encoding type.
.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding file_encoding = 4;
TranslationTaskDetails.FileEncoding getFileEncoding()
The file encoding type.
.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding file_encoding = 4;
boolean hasIdentifierSettings()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
IdentifierSettings getIdentifierSettings()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
IdentifierSettingsOrBuilder getIdentifierSettingsOrBuilder()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
int getSpecialTokenMapCount()
The map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
boolean containsSpecialTokenMap(String key)
The map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
@Deprecated Map<String,TranslationTaskDetails.TokenType> getSpecialTokenMap()
getSpecialTokenMapMap() instead.Map<String,TranslationTaskDetails.TokenType> getSpecialTokenMapMap()
The map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
TranslationTaskDetails.TokenType getSpecialTokenMapOrDefault(String key, TranslationTaskDetails.TokenType defaultValue)
The map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
TranslationTaskDetails.TokenType getSpecialTokenMapOrThrow(String key)
The map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
@Deprecated Map<String,Integer> getSpecialTokenMapValue()
getSpecialTokenMapValueMap() instead.Map<String,Integer> getSpecialTokenMapValueMap()
The map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
int getSpecialTokenMapValueOrDefault(String key, int defaultValue)
The map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
int getSpecialTokenMapValueOrThrow(String key)
The map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
boolean hasFilter()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;Filter getFilter()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;FilterOrBuilder getFilterOrBuilder()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;String getTranslationExceptionTable()
Specifies the exact name of the bigquery table ("dataset.table") to be used
for surfacing raw translation errors. If the table does not exist, we will
create it. If it already exists and the schema is the same, we will re-use.
If the table exists and the schema is different, we will throw an error.
string translation_exception_table = 13;com.google.protobuf.ByteString getTranslationExceptionTableBytes()
Specifies the exact name of the bigquery table ("dataset.table") to be used
for surfacing raw translation errors. If the table does not exist, we will
create it. If it already exists and the schema is the same, we will re-use.
If the table exists and the schema is different, we will throw an error.
string translation_exception_table = 13;TranslationTaskDetails.LanguageOptionsCase getLanguageOptionsCase()
Copyright © 2024 Google LLC. All rights reserved.