Class TranslationTaskDetails.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>
-
- com.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.Builder
-
- All Implemented Interfaces:
TranslationTaskDetailsOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- TranslationTaskDetails
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 typegoogle.cloud.bigquery.migration.v2alpha.TranslationTaskDetails
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TranslationTaskDetails.Builder
addAllFilePaths(Iterable<? extends TranslationFileMapping> values)
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(int index, TranslationFileMapping.Builder builderForValue)
Cloud Storage files to be processed for translation.TranslationTaskDetails.Builder
addFilePaths(TranslationFileMapping value)
Cloud Storage files to be processed for translation.TranslationTaskDetails.Builder
addFilePaths(TranslationFileMapping.Builder builderForValue)
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(TranslationTaskDetails other)
TranslationTaskDetails.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TranslationTaskDetails.Builder
mergeFrom(com.google.protobuf.Message 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 value)
The BTEQ specific settings for the translation task.TranslationTaskDetails.Builder
setBteqOptions(BteqOptions.Builder builderForValue)
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 value)
Cloud Storage files to be processed for translation.TranslationTaskDetails.Builder
setFilePaths(int index, TranslationFileMapping.Builder builderForValue)
Cloud Storage files to be processed for translation.TranslationTaskDetails.Builder
setFilter(Filter value)
The filter applied to translation details.TranslationTaskDetails.Builder
setFilter(Filter.Builder builderForValue)
The filter applied to translation details.TranslationTaskDetails.Builder
setIdentifierSettings(IdentifierSettings value)
The settings for SQL identifiers.TranslationTaskDetails.Builder
setIdentifierSettings(IdentifierSettings.Builder builderForValue)
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 value)
The Teradata SQL specific settings for the translation task.TranslationTaskDetails.Builder
setTeradataOptions(TeradataOptions.Builder builderForValue)
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)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>
-
clear
public TranslationTaskDetails.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>
-
getDefaultInstanceForType
public TranslationTaskDetails getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public TranslationTaskDetails build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TranslationTaskDetails buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public TranslationTaskDetails.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>
-
setField
public TranslationTaskDetails.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>
-
clearField
public TranslationTaskDetails.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>
-
clearOneof
public TranslationTaskDetails.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>
-
setRepeatedField
public TranslationTaskDetails.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>
-
addRepeatedField
public TranslationTaskDetails.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>
-
mergeFrom
public TranslationTaskDetails.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TranslationTaskDetails.Builder>
-
mergeFrom
public TranslationTaskDetails.Builder mergeFrom(TranslationTaskDetails other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>
-
mergeFrom
public TranslationTaskDetails.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TranslationTaskDetails.Builder>
- Throws:
IOException
-
getLanguageOptionsCase
public TranslationTaskDetails.LanguageOptionsCase getLanguageOptionsCase()
- Specified by:
getLanguageOptionsCase
in interfaceTranslationTaskDetailsOrBuilder
-
clearLanguageOptions
public TranslationTaskDetails.Builder clearLanguageOptions()
-
hasTeradataOptions
public boolean hasTeradataOptions()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;
- Specified by:
hasTeradataOptions
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- Whether the teradataOptions field is set.
-
getTeradataOptions
public TeradataOptions getTeradataOptions()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;
- Specified by:
getTeradataOptions
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- The teradataOptions.
-
setTeradataOptions
public TranslationTaskDetails.Builder setTeradataOptions(TeradataOptions value)
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;
-
setTeradataOptions
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;
-
mergeTeradataOptions
public TranslationTaskDetails.Builder mergeTeradataOptions(TeradataOptions value)
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;
-
clearTeradataOptions
public TranslationTaskDetails.Builder clearTeradataOptions()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;
-
getTeradataOptionsBuilder
public TeradataOptions.Builder getTeradataOptionsBuilder()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;
-
getTeradataOptionsOrBuilder
public TeradataOptionsOrBuilder getTeradataOptionsOrBuilder()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;
- Specified by:
getTeradataOptionsOrBuilder
in interfaceTranslationTaskDetailsOrBuilder
-
hasBteqOptions
public boolean hasBteqOptions()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;
- Specified by:
hasBteqOptions
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- Whether the bteqOptions field is set.
-
getBteqOptions
public BteqOptions getBteqOptions()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;
- Specified by:
getBteqOptions
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- The bteqOptions.
-
setBteqOptions
public TranslationTaskDetails.Builder setBteqOptions(BteqOptions value)
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;
-
setBteqOptions
public TranslationTaskDetails.Builder setBteqOptions(BteqOptions.Builder builderForValue)
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;
-
mergeBteqOptions
public TranslationTaskDetails.Builder mergeBteqOptions(BteqOptions value)
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;
-
clearBteqOptions
public TranslationTaskDetails.Builder clearBteqOptions()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;
-
getBteqOptionsBuilder
public BteqOptions.Builder getBteqOptionsBuilder()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;
-
getBteqOptionsOrBuilder
public BteqOptionsOrBuilder getBteqOptionsOrBuilder()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;
- Specified by:
getBteqOptionsOrBuilder
in interfaceTranslationTaskDetailsOrBuilder
-
getInputPath
public String getInputPath()
The Cloud Storage path for translation input files.
string input_path = 1;
- Specified by:
getInputPath
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- The inputPath.
-
getInputPathBytes
public com.google.protobuf.ByteString getInputPathBytes()
The Cloud Storage path for translation input files.
string input_path = 1;
- Specified by:
getInputPathBytes
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- The bytes for inputPath.
-
setInputPath
public TranslationTaskDetails.Builder setInputPath(String value)
The Cloud Storage path for translation input files.
string input_path = 1;
- Parameters:
value
- The inputPath to set.- Returns:
- This builder for chaining.
-
clearInputPath
public TranslationTaskDetails.Builder clearInputPath()
The Cloud Storage path for translation input files.
string input_path = 1;
- Returns:
- This builder for chaining.
-
setInputPathBytes
public TranslationTaskDetails.Builder setInputPathBytes(com.google.protobuf.ByteString value)
The Cloud Storage path for translation input files.
string input_path = 1;
- Parameters:
value
- The bytes for inputPath to set.- Returns:
- This builder for chaining.
-
getOutputPath
public String getOutputPath()
The Cloud Storage path for translation output files.
string output_path = 2;
- Specified by:
getOutputPath
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- The outputPath.
-
getOutputPathBytes
public com.google.protobuf.ByteString getOutputPathBytes()
The Cloud Storage path for translation output files.
string output_path = 2;
- Specified by:
getOutputPathBytes
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- The bytes for outputPath.
-
setOutputPath
public TranslationTaskDetails.Builder setOutputPath(String value)
The Cloud Storage path for translation output files.
string output_path = 2;
- Parameters:
value
- The outputPath to set.- Returns:
- This builder for chaining.
-
clearOutputPath
public TranslationTaskDetails.Builder clearOutputPath()
The Cloud Storage path for translation output files.
string output_path = 2;
- Returns:
- This builder for chaining.
-
setOutputPathBytes
public TranslationTaskDetails.Builder setOutputPathBytes(com.google.protobuf.ByteString value)
The Cloud Storage path for translation output files.
string output_path = 2;
- Parameters:
value
- The bytes for outputPath to set.- Returns:
- This builder for chaining.
-
getFilePathsList
public List<TranslationFileMapping> getFilePathsList()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
- Specified by:
getFilePathsList
in interfaceTranslationTaskDetailsOrBuilder
-
getFilePathsCount
public int getFilePathsCount()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
- Specified by:
getFilePathsCount
in interfaceTranslationTaskDetailsOrBuilder
-
getFilePaths
public TranslationFileMapping getFilePaths(int index)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
- Specified by:
getFilePaths
in interfaceTranslationTaskDetailsOrBuilder
-
setFilePaths
public 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;
-
setFilePaths
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;
-
addFilePaths
public TranslationTaskDetails.Builder addFilePaths(TranslationFileMapping value)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
-
addFilePaths
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;
-
addFilePaths
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;
-
addFilePaths
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;
-
addAllFilePaths
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;
-
clearFilePaths
public TranslationTaskDetails.Builder clearFilePaths()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
-
removeFilePaths
public TranslationTaskDetails.Builder removeFilePaths(int index)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
-
getFilePathsBuilder
public TranslationFileMapping.Builder getFilePathsBuilder(int index)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
-
getFilePathsOrBuilder
public TranslationFileMappingOrBuilder getFilePathsOrBuilder(int index)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
- Specified by:
getFilePathsOrBuilder
in interfaceTranslationTaskDetailsOrBuilder
-
getFilePathsOrBuilderList
public List<? extends TranslationFileMappingOrBuilder> getFilePathsOrBuilderList()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
- Specified by:
getFilePathsOrBuilderList
in interfaceTranslationTaskDetailsOrBuilder
-
addFilePathsBuilder
public TranslationFileMapping.Builder addFilePathsBuilder()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
-
addFilePathsBuilder
public TranslationFileMapping.Builder addFilePathsBuilder(int index)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
-
getFilePathsBuilderList
public List<TranslationFileMapping.Builder> getFilePathsBuilderList()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
-
getSchemaPath
public String getSchemaPath()
The Cloud Storage path to DDL files as table schema to assist semantic translation.
string schema_path = 3;
- Specified by:
getSchemaPath
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- The schemaPath.
-
getSchemaPathBytes
public com.google.protobuf.ByteString getSchemaPathBytes()
The Cloud Storage path to DDL files as table schema to assist semantic translation.
string schema_path = 3;
- Specified by:
getSchemaPathBytes
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- The bytes for schemaPath.
-
setSchemaPath
public TranslationTaskDetails.Builder setSchemaPath(String value)
The Cloud Storage path to DDL files as table schema to assist semantic translation.
string schema_path = 3;
- Parameters:
value
- The schemaPath to set.- Returns:
- This builder for chaining.
-
clearSchemaPath
public TranslationTaskDetails.Builder clearSchemaPath()
The Cloud Storage path to DDL files as table schema to assist semantic translation.
string schema_path = 3;
- Returns:
- This builder for chaining.
-
setSchemaPathBytes
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;
- Parameters:
value
- The bytes for schemaPath to set.- Returns:
- This builder for chaining.
-
getFileEncodingValue
public int getFileEncodingValue()
The file encoding type.
.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding file_encoding = 4;
- Specified by:
getFileEncodingValue
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- The enum numeric value on the wire for fileEncoding.
-
setFileEncodingValue
public TranslationTaskDetails.Builder setFileEncodingValue(int value)
The file encoding type.
.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding file_encoding = 4;
- Parameters:
value
- The enum numeric value on the wire for fileEncoding to set.- Returns:
- This builder for chaining.
-
getFileEncoding
public TranslationTaskDetails.FileEncoding getFileEncoding()
The file encoding type.
.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding file_encoding = 4;
- Specified by:
getFileEncoding
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- The fileEncoding.
-
setFileEncoding
public TranslationTaskDetails.Builder setFileEncoding(TranslationTaskDetails.FileEncoding value)
The file encoding type.
.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding file_encoding = 4;
- Parameters:
value
- The fileEncoding to set.- Returns:
- This builder for chaining.
-
clearFileEncoding
public TranslationTaskDetails.Builder clearFileEncoding()
The file encoding type.
.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding file_encoding = 4;
- Returns:
- This builder for chaining.
-
hasIdentifierSettings
public boolean hasIdentifierSettings()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
- Specified by:
hasIdentifierSettings
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- Whether the identifierSettings field is set.
-
getIdentifierSettings
public IdentifierSettings getIdentifierSettings()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
- Specified by:
getIdentifierSettings
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- The identifierSettings.
-
setIdentifierSettings
public TranslationTaskDetails.Builder setIdentifierSettings(IdentifierSettings value)
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
-
setIdentifierSettings
public TranslationTaskDetails.Builder setIdentifierSettings(IdentifierSettings.Builder builderForValue)
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
-
mergeIdentifierSettings
public TranslationTaskDetails.Builder mergeIdentifierSettings(IdentifierSettings value)
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
-
clearIdentifierSettings
public TranslationTaskDetails.Builder clearIdentifierSettings()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
-
getIdentifierSettingsBuilder
public IdentifierSettings.Builder getIdentifierSettingsBuilder()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
-
getIdentifierSettingsOrBuilder
public IdentifierSettingsOrBuilder getIdentifierSettingsOrBuilder()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
- Specified by:
getIdentifierSettingsOrBuilder
in interfaceTranslationTaskDetailsOrBuilder
-
getSpecialTokenMapCount
public int getSpecialTokenMapCount()
Description copied from interface:TranslationTaskDetailsOrBuilder
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;
- Specified by:
getSpecialTokenMapCount
in interfaceTranslationTaskDetailsOrBuilder
-
containsSpecialTokenMap
public 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;
- Specified by:
containsSpecialTokenMap
in interfaceTranslationTaskDetailsOrBuilder
-
getSpecialTokenMap
@Deprecated public Map<String,TranslationTaskDetails.TokenType> getSpecialTokenMap()
Deprecated.UsegetSpecialTokenMapMap()
instead.- Specified by:
getSpecialTokenMap
in interfaceTranslationTaskDetailsOrBuilder
-
getSpecialTokenMapMap
public 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;
- Specified by:
getSpecialTokenMapMap
in interfaceTranslationTaskDetailsOrBuilder
-
getSpecialTokenMapOrDefault
public 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;
- Specified by:
getSpecialTokenMapOrDefault
in interfaceTranslationTaskDetailsOrBuilder
-
getSpecialTokenMapOrThrow
public 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;
- Specified by:
getSpecialTokenMapOrThrow
in interfaceTranslationTaskDetailsOrBuilder
-
getSpecialTokenMapValue
@Deprecated public Map<String,Integer> getSpecialTokenMapValue()
Deprecated.UsegetSpecialTokenMapValueMap()
instead.- Specified by:
getSpecialTokenMapValue
in interfaceTranslationTaskDetailsOrBuilder
-
getSpecialTokenMapValueMap
public 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;
- Specified by:
getSpecialTokenMapValueMap
in interfaceTranslationTaskDetailsOrBuilder
-
getSpecialTokenMapValueOrDefault
public 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;
- Specified by:
getSpecialTokenMapValueOrDefault
in interfaceTranslationTaskDetailsOrBuilder
-
getSpecialTokenMapValueOrThrow
public 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;
- Specified by:
getSpecialTokenMapValueOrThrow
in interfaceTranslationTaskDetailsOrBuilder
-
clearSpecialTokenMap
public TranslationTaskDetails.Builder clearSpecialTokenMap()
-
removeSpecialTokenMap
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;
-
getMutableSpecialTokenMap
@Deprecated public Map<String,TranslationTaskDetails.TokenType> getMutableSpecialTokenMap()
Deprecated.Use alternate mutation accessors instead.
-
putSpecialTokenMap
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;
-
putAllSpecialTokenMap
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;
-
getMutableSpecialTokenMapValue
@Deprecated public Map<String,Integer> getMutableSpecialTokenMapValue()
Deprecated.Use alternate mutation accessors instead.
-
putSpecialTokenMapValue
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;
-
putAllSpecialTokenMapValue
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;
-
hasFilter
public boolean hasFilter()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;
- Specified by:
hasFilter
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- Whether the filter field is set.
-
getFilter
public Filter getFilter()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;
- Specified by:
getFilter
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- The filter.
-
setFilter
public TranslationTaskDetails.Builder setFilter(Filter value)
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;
-
setFilter
public TranslationTaskDetails.Builder setFilter(Filter.Builder builderForValue)
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;
-
mergeFilter
public TranslationTaskDetails.Builder mergeFilter(Filter value)
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;
-
clearFilter
public TranslationTaskDetails.Builder clearFilter()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;
-
getFilterBuilder
public Filter.Builder getFilterBuilder()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;
-
getFilterOrBuilder
public FilterOrBuilder getFilterOrBuilder()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;
- Specified by:
getFilterOrBuilder
in interfaceTranslationTaskDetailsOrBuilder
-
getTranslationExceptionTable
public 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;
- Specified by:
getTranslationExceptionTable
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- The translationExceptionTable.
-
getTranslationExceptionTableBytes
public 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;
- Specified by:
getTranslationExceptionTableBytes
in interfaceTranslationTaskDetailsOrBuilder
- Returns:
- The bytes for translationExceptionTable.
-
setTranslationExceptionTable
public 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;
- Parameters:
value
- The translationExceptionTable to set.- Returns:
- This builder for chaining.
-
clearTranslationExceptionTable
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;
- Returns:
- This builder for chaining.
-
setTranslationExceptionTableBytes
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;
- Parameters:
value
- The bytes for translationExceptionTable to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final TranslationTaskDetails.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>
-
mergeUnknownFields
public final TranslationTaskDetails.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationTaskDetails.Builder>
-
-