Send feedback
BigQuery Migration v2 API - Class TranslationConfigDetails (1.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.3.0 keyboard_arrow_down
public sealed class TranslationConfigDetails : IMessage<TranslationConfigDetails>, IEquatable<TranslationConfigDetails>, IDeepCloneable<TranslationConfigDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class TranslationConfigDetails.
The translation config to capture necessary settings for a translation task
and subtask.
Inheritance
object >
TranslationConfigDetails
Namespace
Google.Cloud.BigQuery.Migration.V2
Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
TranslationConfigDetails()
public TranslationConfigDetails()
TranslationConfigDetails(TranslationConfigDetails)
public TranslationConfigDetails(TranslationConfigDetails other)
Properties
GcsSourcePath
public string GcsSourcePath { get; set; }
The Cloud Storage path for a directory of files to translate in a task.
Property Value
Type
Description
string
GcsTargetPath
public string GcsTargetPath { get; set; }
The Cloud Storage path to write back the corresponding input files to.
Property Value
Type
Description
string
HasGcsSourcePath
public bool HasGcsSourcePath { get; }
Gets whether the "gcs_source_path" field is set
Property Value
Type
Description
bool
HasGcsTargetPath
public bool HasGcsTargetPath { get; }
Gets whether the "gcs_target_path" field is set
Property Value
Type
Description
bool
NameMappingList
public ObjectNameMappingList NameMappingList { get; set; }
The mapping of objects to their desired output names in list form.
OutputNameMappingCase
public TranslationConfigDetails.OutputNameMappingOneofCase OutputNameMappingCase { get; }
RequestSource
public string RequestSource { get; set; }
The indicator to show translation request initiator.
Property Value
Type
Description
string
SourceDialect
public Dialect SourceDialect { get; set; }
The dialect of the input files.
Property Value
Type
Description
Dialect
SourceEnv
public SourceEnv SourceEnv { get; set; }
The default source environment values for the translation.
SourceLocationCase
public TranslationConfigDetails.SourceLocationOneofCase SourceLocationCase { get; }
TargetDialect
public Dialect TargetDialect { get; set; }
The target dialect for the engine to translate the input to.
Property Value
Type
Description
Dialect
TargetLocationCase
public TranslationConfigDetails.TargetLocationOneofCase TargetLocationCase { get; }
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]