public sealed class TranslationTaskResult : IMessage<TranslationTaskResult>, IEquatable<TranslationTaskResult>, IDeepCloneable<TranslationTaskResult>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class TranslationTaskResult.
Translation specific result details from the migration task.
Implements
IMessageTranslationTaskResult, IEquatableTranslationTaskResult, IDeepCloneableTranslationTaskResult, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
TranslationTaskResult()
public TranslationTaskResult()
TranslationTaskResult(TranslationTaskResult)
public TranslationTaskResult(TranslationTaskResult other)
Parameter | |
---|---|
Name | Description |
other |
TranslationTaskResult |
Properties
ReportLogMessages
public RepeatedField<GcsReportLogMessage> ReportLogMessages { get; }
The records from the aggregate CSV report for a migration workflow.
Property Value | |
---|---|
Type | Description |
RepeatedFieldGcsReportLogMessage |
TranslatedLiterals
public RepeatedField<Literal> TranslatedLiterals { get; }
The list of the translated literals.
Property Value | |
---|---|
Type | Description |
RepeatedFieldLiteral |