BigQuery Migration v2 API - Class TranslationReportRecord (1.5.0)

public sealed class TranslationReportRecord : IMessage<TranslationReportRecord>, IEquatable<TranslationReportRecord>, IDeepCloneable<TranslationReportRecord>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Migration v2 API class TranslationReportRecord.

Details about a record.

Inheritance

object > TranslationReportRecord

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

TranslationReportRecord()

public TranslationReportRecord()

TranslationReportRecord(TranslationReportRecord)

public TranslationReportRecord(TranslationReportRecord other)
Parameter
Name Description
other TranslationReportRecord

Properties

Category

public string Category { get; set; }

Category of the error/warning. Example: SyntaxError

Property Value
Type Description
string

Message

public string Message { get; set; }

Detailed message of the record.

Property Value
Type Description
string

ScriptColumn

public int ScriptColumn { get; set; }

Specifies the column from the source texts where the error occurred. (0 based) example: 6

Property Value
Type Description
int

ScriptLine

public int ScriptLine { get; set; }

Specifies the row from the source text where the error occurred (0 based). Example: 2

Property Value
Type Description
int

Severity

public TranslationReportRecord.Types.Severity Severity { get; set; }

Severity of the translation record.

Property Value
Type Description
TranslationReportRecordTypesSeverity