public static final class TranslationTaskDetails.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder> implements TranslationTaskDetailsOrBuilder
The translation task config to capture necessary settings for a translation task and subtask.Protobuf type
google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails| Modifier and Type | Method and Description |
|---|---|
TranslationTaskDetails.Builder |
addAllFilePaths(Iterable<? extends TranslationFileMapping> values)
Cloud Storage files to be processed for translation.
|
TranslationTaskDetails.Builder |
addFilePaths(int index,
TranslationFileMapping.Builder builderForValue)
Cloud Storage files to be processed for translation.
|
TranslationTaskDetails.Builder |
addFilePaths(int index,
TranslationFileMapping value)
Cloud Storage files to be processed for translation.
|
TranslationTaskDetails.Builder |
addFilePaths(TranslationFileMapping.Builder builderForValue)
Cloud Storage files to be processed for translation.
|
TranslationTaskDetails.Builder |
addFilePaths(TranslationFileMapping value)
Cloud Storage files to be processed for translation.
|
TranslationFileMapping.Builder |
addFilePathsBuilder()
Cloud Storage files to be processed for translation.
|
TranslationFileMapping.Builder |
addFilePathsBuilder(int index)
Cloud Storage files to be processed for translation.
|
TranslationTaskDetails.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TranslationTaskDetails |
build() |
TranslationTaskDetails |
buildPartial() |
TranslationTaskDetails.Builder |
clear() |
TranslationTaskDetails.Builder |
clearBteqOptions()
The BTEQ specific settings for the translation task.
|
TranslationTaskDetails.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TranslationTaskDetails.Builder |
clearFileEncoding()
The file encoding type.
|
TranslationTaskDetails.Builder |
clearFilePaths()
Cloud Storage files to be processed for translation.
|
TranslationTaskDetails.Builder |
clearFilter()
The filter applied to translation details.
|
TranslationTaskDetails.Builder |
clearIdentifierSettings()
The settings for SQL identifiers.
|
TranslationTaskDetails.Builder |
clearInputPath()
The Cloud Storage path for translation input files.
|
TranslationTaskDetails.Builder |
clearLanguageOptions() |
TranslationTaskDetails.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TranslationTaskDetails.Builder |
clearOutputPath()
The Cloud Storage path for translation output files.
|
TranslationTaskDetails.Builder |
clearSchemaPath()
The Cloud Storage path to DDL files as table schema to assist semantic
translation.
|
TranslationTaskDetails.Builder |
clearSpecialTokenMap() |
TranslationTaskDetails.Builder |
clearTeradataOptions()
The Teradata SQL specific settings for the translation task.
|
TranslationTaskDetails.Builder |
clearTranslationExceptionTable()
Specifies the exact name of the bigquery table ("dataset.table") to be used
for surfacing raw translation errors.
|
TranslationTaskDetails.Builder |
clone() |
boolean |
containsSpecialTokenMap(String key)
The map capturing special tokens to be replaced during translation.
|
BteqOptions |
getBteqOptions()
The BTEQ specific settings for the translation task.
|
BteqOptions.Builder |
getBteqOptionsBuilder()
The BTEQ specific settings for the translation task.
|
BteqOptionsOrBuilder |
getBteqOptionsOrBuilder()
The BTEQ specific settings for the translation task.
|
TranslationTaskDetails |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
TranslationFileMapping.Builder |
getFilePathsBuilder(int index)
Cloud Storage files to be processed for translation.
|
List<TranslationFileMapping.Builder> |
getFilePathsBuilderList()
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.
|
Filter.Builder |
getFilterBuilder()
The filter applied to translation details.
|
FilterOrBuilder |
getFilterOrBuilder()
The filter applied to translation details.
|
IdentifierSettings |
getIdentifierSettings()
The settings for SQL identifiers.
|
IdentifierSettings.Builder |
getIdentifierSettingsBuilder()
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() |
Map<String,TranslationTaskDetails.TokenType> |
getMutableSpecialTokenMap()
Deprecated.
|
Map<String,Integer> |
getMutableSpecialTokenMapValue()
Deprecated.
|
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.
|
TeradataOptions.Builder |
getTeradataOptionsBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
TranslationTaskDetails.Builder |
mergeBteqOptions(BteqOptions value)
The BTEQ specific settings for the translation task.
|
TranslationTaskDetails.Builder |
mergeFilter(Filter value)
The filter applied to translation details.
|
TranslationTaskDetails.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TranslationTaskDetails.Builder |
mergeFrom(com.google.protobuf.Message other) |
TranslationTaskDetails.Builder |
mergeFrom(TranslationTaskDetails other) |
TranslationTaskDetails.Builder |
mergeIdentifierSettings(IdentifierSettings value)
The settings for SQL identifiers.
|
TranslationTaskDetails.Builder |
mergeTeradataOptions(TeradataOptions value)
The Teradata SQL specific settings for the translation task.
|
TranslationTaskDetails.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TranslationTaskDetails.Builder |
putAllSpecialTokenMap(Map<String,TranslationTaskDetails.TokenType> values)
The map capturing special tokens to be replaced during translation.
|
TranslationTaskDetails.Builder |
putAllSpecialTokenMapValue(Map<String,Integer> values)
The map capturing special tokens to be replaced during translation.
|
TranslationTaskDetails.Builder |
putSpecialTokenMap(String key,
TranslationTaskDetails.TokenType value)
The map capturing special tokens to be replaced during translation.
|
TranslationTaskDetails.Builder |
putSpecialTokenMapValue(String key,
int value)
The map capturing special tokens to be replaced during translation.
|
TranslationTaskDetails.Builder |
removeFilePaths(int index)
Cloud Storage files to be processed for translation.
|
TranslationTaskDetails.Builder |
removeSpecialTokenMap(String key)
The map capturing special tokens to be replaced during translation.
|
TranslationTaskDetails.Builder |
setBteqOptions(BteqOptions.Builder builderForValue)
The BTEQ specific settings for the translation task.
|
TranslationTaskDetails.Builder |
setBteqOptions(BteqOptions value)
The BTEQ specific settings for the translation task.
|
TranslationTaskDetails.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TranslationTaskDetails.Builder |
setFileEncoding(TranslationTaskDetails.FileEncoding value)
The file encoding type.
|
TranslationTaskDetails.Builder |
setFileEncodingValue(int value)
The file encoding type.
|
TranslationTaskDetails.Builder |
setFilePaths(int index,
TranslationFileMapping.Builder builderForValue)
Cloud Storage files to be processed for translation.
|
TranslationTaskDetails.Builder |
setFilePaths(int index,
TranslationFileMapping value)
Cloud Storage files to be processed for translation.
|
TranslationTaskDetails.Builder |
setFilter(Filter.Builder builderForValue)
The filter applied to translation details.
|
TranslationTaskDetails.Builder |
setFilter(Filter value)
The filter applied to translation details.
|
TranslationTaskDetails.Builder |
setIdentifierSettings(IdentifierSettings.Builder builderForValue)
The settings for SQL identifiers.
|
TranslationTaskDetails.Builder |
setIdentifierSettings(IdentifierSettings value)
The settings for SQL identifiers.
|
TranslationTaskDetails.Builder |
setInputPath(String value)
The Cloud Storage path for translation input files.
|
TranslationTaskDetails.Builder |
setInputPathBytes(com.google.protobuf.ByteString value)
The Cloud Storage path for translation input files.
|
TranslationTaskDetails.Builder |
setOutputPath(String value)
The Cloud Storage path for translation output files.
|
TranslationTaskDetails.Builder |
setOutputPathBytes(com.google.protobuf.ByteString value)
The Cloud Storage path for translation output files.
|
TranslationTaskDetails.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TranslationTaskDetails.Builder |
setSchemaPath(String value)
The Cloud Storage path to DDL files as table schema to assist semantic
translation.
|
TranslationTaskDetails.Builder |
setSchemaPathBytes(com.google.protobuf.ByteString value)
The Cloud Storage path to DDL files as table schema to assist semantic
translation.
|
TranslationTaskDetails.Builder |
setTeradataOptions(TeradataOptions.Builder builderForValue)
The Teradata SQL specific settings for the translation task.
|
TranslationTaskDetails.Builder |
setTeradataOptions(TeradataOptions value)
The Teradata SQL specific settings for the translation task.
|
TranslationTaskDetails.Builder |
setTranslationExceptionTable(String value)
Specifies the exact name of the bigquery table ("dataset.table") to be used
for surfacing raw translation errors.
|
TranslationTaskDetails.Builder |
setTranslationExceptionTableBytes(com.google.protobuf.ByteString value)
Specifies the exact name of the bigquery table ("dataset.table") to be used
for surfacing raw translation errors.
|
TranslationTaskDetails.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>public TranslationTaskDetails.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>public TranslationTaskDetails getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TranslationTaskDetails build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TranslationTaskDetails buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TranslationTaskDetails.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>public TranslationTaskDetails.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>public TranslationTaskDetails.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>public TranslationTaskDetails.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>public TranslationTaskDetails.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>public TranslationTaskDetails.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>public TranslationTaskDetails.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TranslationTaskDetails.Builder>public TranslationTaskDetails.Builder mergeFrom(TranslationTaskDetails other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>public TranslationTaskDetails.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TranslationTaskDetails.Builder>IOExceptionpublic TranslationTaskDetails.LanguageOptionsCase getLanguageOptionsCase()
getLanguageOptionsCase in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.Builder clearLanguageOptions()
public boolean hasTeradataOptions()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;hasTeradataOptions in interface TranslationTaskDetailsOrBuilderpublic TeradataOptions getTeradataOptions()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;getTeradataOptions in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.Builder setTeradataOptions(TeradataOptions value)
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;public TranslationTaskDetails.Builder setTeradataOptions(TeradataOptions.Builder builderForValue)
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;public TranslationTaskDetails.Builder mergeTeradataOptions(TeradataOptions value)
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;public TranslationTaskDetails.Builder clearTeradataOptions()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;public TeradataOptions.Builder getTeradataOptionsBuilder()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;public TeradataOptionsOrBuilder getTeradataOptionsOrBuilder()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;getTeradataOptionsOrBuilder in interface TranslationTaskDetailsOrBuilderpublic boolean hasBteqOptions()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;hasBteqOptions in interface TranslationTaskDetailsOrBuilderpublic BteqOptions getBteqOptions()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;getBteqOptions in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.Builder setBteqOptions(BteqOptions value)
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;public TranslationTaskDetails.Builder setBteqOptions(BteqOptions.Builder builderForValue)
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;public TranslationTaskDetails.Builder mergeBteqOptions(BteqOptions value)
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;public TranslationTaskDetails.Builder clearBteqOptions()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;public BteqOptions.Builder getBteqOptionsBuilder()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;public BteqOptionsOrBuilder getBteqOptionsOrBuilder()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;getBteqOptionsOrBuilder in interface TranslationTaskDetailsOrBuilderpublic String getInputPath()
The Cloud Storage path for translation input files.
string input_path = 1;getInputPath in interface TranslationTaskDetailsOrBuilderpublic com.google.protobuf.ByteString getInputPathBytes()
The Cloud Storage path for translation input files.
string input_path = 1;getInputPathBytes in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.Builder setInputPath(String value)
The Cloud Storage path for translation input files.
string input_path = 1;value - The inputPath to set.public TranslationTaskDetails.Builder clearInputPath()
The Cloud Storage path for translation input files.
string input_path = 1;public TranslationTaskDetails.Builder setInputPathBytes(com.google.protobuf.ByteString value)
The Cloud Storage path for translation input files.
string input_path = 1;value - The bytes for inputPath to set.public String getOutputPath()
The Cloud Storage path for translation output files.
string output_path = 2;getOutputPath in interface TranslationTaskDetailsOrBuilderpublic com.google.protobuf.ByteString getOutputPathBytes()
The Cloud Storage path for translation output files.
string output_path = 2;getOutputPathBytes in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.Builder setOutputPath(String value)
The Cloud Storage path for translation output files.
string output_path = 2;value - The outputPath to set.public TranslationTaskDetails.Builder clearOutputPath()
The Cloud Storage path for translation output files.
string output_path = 2;public TranslationTaskDetails.Builder setOutputPathBytes(com.google.protobuf.ByteString value)
The Cloud Storage path for translation output files.
string output_path = 2;value - The bytes for outputPath to set.public List<TranslationFileMapping> getFilePathsList()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
getFilePathsList in interface TranslationTaskDetailsOrBuilderpublic int getFilePathsCount()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
getFilePathsCount in interface TranslationTaskDetailsOrBuilderpublic TranslationFileMapping getFilePaths(int index)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
getFilePaths in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.Builder setFilePaths(int index, TranslationFileMapping value)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
public TranslationTaskDetails.Builder setFilePaths(int index, TranslationFileMapping.Builder builderForValue)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
public TranslationTaskDetails.Builder addFilePaths(TranslationFileMapping value)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
public TranslationTaskDetails.Builder addFilePaths(int index, TranslationFileMapping value)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
public TranslationTaskDetails.Builder addFilePaths(TranslationFileMapping.Builder builderForValue)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
public TranslationTaskDetails.Builder addFilePaths(int index, TranslationFileMapping.Builder builderForValue)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
public TranslationTaskDetails.Builder addAllFilePaths(Iterable<? extends TranslationFileMapping> values)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
public TranslationTaskDetails.Builder clearFilePaths()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
public TranslationTaskDetails.Builder removeFilePaths(int index)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
public TranslationFileMapping.Builder getFilePathsBuilder(int index)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
public TranslationFileMappingOrBuilder getFilePathsOrBuilder(int index)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
getFilePathsOrBuilder in interface TranslationTaskDetailsOrBuilderpublic List<? extends TranslationFileMappingOrBuilder> getFilePathsOrBuilderList()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
getFilePathsOrBuilderList in interface TranslationTaskDetailsOrBuilderpublic TranslationFileMapping.Builder addFilePathsBuilder()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
public TranslationFileMapping.Builder addFilePathsBuilder(int index)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
public List<TranslationFileMapping.Builder> getFilePathsBuilderList()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
public String getSchemaPath()
The Cloud Storage path to DDL files as table schema to assist semantic translation.
string schema_path = 3;getSchemaPath in interface TranslationTaskDetailsOrBuilderpublic com.google.protobuf.ByteString getSchemaPathBytes()
The Cloud Storage path to DDL files as table schema to assist semantic translation.
string schema_path = 3;getSchemaPathBytes in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.Builder setSchemaPath(String value)
The Cloud Storage path to DDL files as table schema to assist semantic translation.
string schema_path = 3;value - The schemaPath to set.public TranslationTaskDetails.Builder clearSchemaPath()
The Cloud Storage path to DDL files as table schema to assist semantic translation.
string schema_path = 3;public TranslationTaskDetails.Builder setSchemaPathBytes(com.google.protobuf.ByteString value)
The Cloud Storage path to DDL files as table schema to assist semantic translation.
string schema_path = 3;value - The bytes for schemaPath to set.public int getFileEncodingValue()
The file encoding type.
.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding file_encoding = 4;
getFileEncodingValue in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.Builder setFileEncodingValue(int value)
The file encoding type.
.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding file_encoding = 4;
value - The enum numeric value on the wire for fileEncoding to set.public TranslationTaskDetails.FileEncoding getFileEncoding()
The file encoding type.
.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding file_encoding = 4;
getFileEncoding in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.Builder setFileEncoding(TranslationTaskDetails.FileEncoding value)
The file encoding type.
.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding file_encoding = 4;
value - The fileEncoding to set.public TranslationTaskDetails.Builder clearFileEncoding()
The file encoding type.
.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding file_encoding = 4;
public boolean hasIdentifierSettings()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
hasIdentifierSettings in interface TranslationTaskDetailsOrBuilderpublic IdentifierSettings getIdentifierSettings()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
getIdentifierSettings in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.Builder setIdentifierSettings(IdentifierSettings value)
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
public TranslationTaskDetails.Builder setIdentifierSettings(IdentifierSettings.Builder builderForValue)
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
public TranslationTaskDetails.Builder mergeIdentifierSettings(IdentifierSettings value)
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
public TranslationTaskDetails.Builder clearIdentifierSettings()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
public IdentifierSettings.Builder getIdentifierSettingsBuilder()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
public IdentifierSettingsOrBuilder getIdentifierSettingsOrBuilder()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
getIdentifierSettingsOrBuilder in interface TranslationTaskDetailsOrBuilderpublic int getSpecialTokenMapCount()
TranslationTaskDetailsOrBuilderThe 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;
getSpecialTokenMapCount in interface TranslationTaskDetailsOrBuilderpublic 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;
containsSpecialTokenMap in interface TranslationTaskDetailsOrBuilder@Deprecated public Map<String,TranslationTaskDetails.TokenType> getSpecialTokenMap()
getSpecialTokenMapMap() instead.getSpecialTokenMap in interface TranslationTaskDetailsOrBuilderpublic 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;
getSpecialTokenMapMap in interface TranslationTaskDetailsOrBuilderpublic 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;
getSpecialTokenMapOrDefault in interface TranslationTaskDetailsOrBuilderpublic 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;
getSpecialTokenMapOrThrow in interface TranslationTaskDetailsOrBuilder@Deprecated public Map<String,Integer> getSpecialTokenMapValue()
getSpecialTokenMapValueMap() instead.getSpecialTokenMapValue in interface TranslationTaskDetailsOrBuilderpublic 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;
getSpecialTokenMapValueMap in interface TranslationTaskDetailsOrBuilderpublic 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;
getSpecialTokenMapValueOrDefault in interface TranslationTaskDetailsOrBuilderpublic 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;
getSpecialTokenMapValueOrThrow in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.Builder clearSpecialTokenMap()
public TranslationTaskDetails.Builder removeSpecialTokenMap(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 public Map<String,TranslationTaskDetails.TokenType> getMutableSpecialTokenMap()
public TranslationTaskDetails.Builder putSpecialTokenMap(String key, TranslationTaskDetails.TokenType value)
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;
public TranslationTaskDetails.Builder putAllSpecialTokenMap(Map<String,TranslationTaskDetails.TokenType> values)
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 public Map<String,Integer> getMutableSpecialTokenMapValue()
public TranslationTaskDetails.Builder putSpecialTokenMapValue(String key, int value)
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;
public TranslationTaskDetails.Builder putAllSpecialTokenMapValue(Map<String,Integer> values)
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;
public boolean hasFilter()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;hasFilter in interface TranslationTaskDetailsOrBuilderpublic Filter getFilter()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;getFilter in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.Builder setFilter(Filter value)
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;public TranslationTaskDetails.Builder setFilter(Filter.Builder builderForValue)
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;public TranslationTaskDetails.Builder mergeFilter(Filter value)
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;public TranslationTaskDetails.Builder clearFilter()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;public Filter.Builder getFilterBuilder()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;public FilterOrBuilder getFilterOrBuilder()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;getFilterOrBuilder in interface TranslationTaskDetailsOrBuilderpublic 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;getTranslationExceptionTable in interface TranslationTaskDetailsOrBuilderpublic 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;getTranslationExceptionTableBytes in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.Builder setTranslationExceptionTable(String value)
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;value - The translationExceptionTable to set.public TranslationTaskDetails.Builder clearTranslationExceptionTable()
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;public TranslationTaskDetails.Builder setTranslationExceptionTableBytes(com.google.protobuf.ByteString value)
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;value - The bytes for translationExceptionTable to set.public final TranslationTaskDetails.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>public final TranslationTaskDetails.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>Copyright © 2024 Google LLC. All rights reserved.