Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class GcsReportLogMessage.
A record in the aggregate CSV report for a migration workflow
Generated from protobuf message google.cloud.bigquery.migration.v2.GcsReportLogMessage
Namespace
Google \ Cloud \ BigQuery \ Migration \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ severity
string
Severity of the translation record.
↳ category
string
Category of the error/warning. Example: SyntaxError
↳ file_path
string
The file path in which the error occurred
↳ filename
string
The file name in which the error occurred
↳ source_script_line
int
Specifies the row from the source text where the error occurred (0 based, -1 for messages without line location). Example: 2
↳ source_script_column
int
Specifies the column from the source texts where the error occurred. (0 based, -1 for messages without column location) example: 6
↳ message
string
Detailed message of the record.
↳ script_context
string
The script context (obfuscated) in which the error occurred
↳ action
string
Category of the error/warning. Example: SyntaxError
↳ effect
string
Effect of the error/warning. Example: COMPATIBILITY
↳ object_name
string
Name of the affected object in the log message.
getSeverity
Severity of the translation record.
string
setSeverity
Severity of the translation record.
var
string
$this
getCategory
Category of the error/warning. Example: SyntaxError
string
setCategory
Category of the error/warning. Example: SyntaxError
var
string
$this
getFilePath
The file path in which the error occurred
string
setFilePath
The file path in which the error occurred
var
string
$this
getFilename
The file name in which the error occurred
string
setFilename
The file name in which the error occurred
var
string
$this
getSourceScriptLine
Specifies the row from the source text where the error occurred (0 based, -1 for messages without line location). Example: 2
int
setSourceScriptLine
Specifies the row from the source text where the error occurred (0 based, -1 for messages without line location). Example: 2
var
int
$this
getSourceScriptColumn
Specifies the column from the source texts where the error occurred. (0 based, -1 for messages without column location) example: 6
int
setSourceScriptColumn
Specifies the column from the source texts where the error occurred. (0 based, -1 for messages without column location) example: 6
var
int
$this
getMessage
Detailed message of the record.
string
setMessage
Detailed message of the record.
var
string
$this
getScriptContext
The script context (obfuscated) in which the error occurred
string
setScriptContext
The script context (obfuscated) in which the error occurred
var
string
$this
getAction
Category of the error/warning. Example: SyntaxError
string
setAction
Category of the error/warning. Example: SyntaxError
var
string
$this
getEffect
Effect of the error/warning. Example: COMPATIBILITY
string
setEffect
Effect of the error/warning. Example: COMPATIBILITY
var
string
$this
getObjectName
Name of the affected object in the log message.
string
setObjectName
Name of the affected object in the log message.
var
string
$this