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.
The types of output to generate, e.g. sql, metadata etc. If not specified,
a default set of targets will be generated. Some additional target types
may be slower to generate. See the documentation for the set of available
target types.
[[["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 2025-03-21 UTC."],[[["This documentation details the `TranslationConfigDetails` class, which is integral to the BigQuery Migration v2 API for managing translation tasks and their settings."],["The `TranslationConfigDetails` class supports versioning with the latest version being 1.5.0 and is a subclass of object while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties include `GcsSourcePath` and `GcsTargetPath` for defining Cloud Storage input and output paths, `SourceDialect` and `TargetDialect` for specifying input and output dialects, and the `NameMappingList` for custom object name mappings."],["The class provides constructors for default creation and copying from existing `TranslationConfigDetails` objects, along with properties like `HasGcsSourcePath` and `HasGcsTargetPath` to verify if specific fields are set."],["`TargetTypes` are used to define the type of output that will be generated from the translation."]]],[]]