Reference documentation and code samples for the BigQuery Migration V2 API class Google::Cloud::Bigquery::Migration::V2::GcsReportLogMessage.
A record in the aggregate CSV report for a migration workflow
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#action
def action() -> ::String Returns 
 - (::String) — Category of the error/warning. Example: SyntaxError
 
#action=
def action=(value) -> ::String Parameter 
 - value (::String) — Category of the error/warning. Example: SyntaxError
 
 Returns 
 - (::String) — Category of the error/warning. Example: SyntaxError
 
#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
 
#effect
def effect() -> ::String Returns 
 - (::String) — Effect of the error/warning. Example: COMPATIBILITY
 
#effect=
def effect=(value) -> ::String Parameter 
 - value (::String) — Effect of the error/warning. Example: COMPATIBILITY
 
 Returns 
 - (::String) — Effect of the error/warning. Example: COMPATIBILITY
 
#file_path
def file_path() -> ::String Returns 
 - (::String) — The file path in which the error occurred
 
#file_path=
def file_path=(value) -> ::String Parameter 
 - value (::String) — The file path in which the error occurred
 
 Returns 
 - (::String) — The file path in which the error occurred
 
#filename
def filename() -> ::String Returns 
 - (::String) — The file name in which the error occurred
 
#filename=
def filename=(value) -> ::String Parameter 
 - value (::String) — The file name in which the error occurred
 
 Returns 
 - (::String) — The file name in which the error occurred
 
#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.
 
#object_name
def object_name() -> ::String Returns 
 - (::String) — Name of the affected object in the log message.
 
#object_name=
def object_name=(value) -> ::String Parameter 
 - value (::String) — Name of the affected object in the log message.
 
 Returns 
 - (::String) — Name of the affected object in the log message.
 
#script_context
def script_context() -> ::String Returns 
 - (::String) — The script context (obfuscated) in which the error occurred
 
#script_context=
def script_context=(value) -> ::String Parameter 
 - value (::String) — The script context (obfuscated) in which the error occurred
 
 Returns 
 - (::String) — The script context (obfuscated) in which the error occurred
 
#severity
def severity() -> ::String Returns 
 - (::String) — Severity of the translation record.
 
#severity=
def severity=(value) -> ::String Parameter 
 - value (::String) — Severity of the translation record.
 
 Returns 
 - (::String) — Severity of the translation record.
 
#source_script_column
def source_script_column() -> ::Integer Returns 
 - (::Integer) — Specifies the column from the source texts where the error occurred. (0 based, -1 for messages without column location) example: 6
 
#source_script_column=
def source_script_column=(value) -> ::Integer Parameter 
 - value (::Integer) — Specifies the column from the source texts where the error occurred. (0 based, -1 for messages without column location) example: 6
 
 Returns 
 - (::Integer) — Specifies the column from the source texts where the error occurred. (0 based, -1 for messages without column location) example: 6
 
#source_script_line
def source_script_line() -> ::Integer Returns 
 - (::Integer) — Specifies the row from the source text where the error occurred (0 based, -1 for messages without line location). Example: 2
 
#source_script_line=
def source_script_line=(value) -> ::Integer Parameter 
 - value (::Integer) — Specifies the row from the source text where the error occurred (0 based, -1 for messages without line location). Example: 2
 
 Returns 
 - (::Integer) — Specifies the row from the source text where the error occurred (0 based, -1 for messages without line location). Example: 2