BigQuery Migration V2 API - Class Google::Cloud::Bigquery::Migration::V2::TranslationReportRecord (v0.11.1)

Reference documentation and code samples for the BigQuery Migration V2 API class Google::Cloud::Bigquery::Migration::V2::TranslationReportRecord.

Details about a record.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#category

def category() -> ::String
Returns
  • (::String) — Category of the error/warning. Example: SyntaxError

#category=

def category=(value) -> ::String
Parameter
  • value (::String) — Category of the error/warning. Example: SyntaxError
Returns
  • (::String) — Category of the error/warning. Example: SyntaxError

#message

def message() -> ::String
Returns
  • (::String) — Detailed message of the record.

#message=

def message=(value) -> ::String
Parameter
  • value (::String) — Detailed message of the record.
Returns
  • (::String) — Detailed message of the record.

#script_column

def script_column() -> ::Integer
Returns
  • (::Integer) — Specifies the column from the source texts where the error occurred. (0 based) example: 6

#script_column=

def script_column=(value) -> ::Integer
Parameter
  • value (::Integer) — Specifies the column from the source texts where the error occurred. (0 based) example: 6
Returns
  • (::Integer) — Specifies the column from the source texts where the error occurred. (0 based) example: 6

#script_line

def script_line() -> ::Integer
Returns
  • (::Integer) — Specifies the row from the source text where the error occurred (0 based). Example: 2

#script_line=

def script_line=(value) -> ::Integer
Parameter
  • value (::Integer) — Specifies the row from the source text where the error occurred (0 based). Example: 2
Returns
  • (::Integer) — Specifies the row from the source text where the error occurred (0 based). Example: 2

#severity

def severity() -> ::Google::Cloud::Bigquery::Migration::V2::TranslationReportRecord::Severity
Returns

#severity=

def severity=(value) -> ::Google::Cloud::Bigquery::Migration::V2::TranslationReportRecord::Severity
Parameter
Returns