Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class ErrorLocation.
Holds information about where the error is located.
Generated from protobuf message google.cloud.bigquery.migration.v2.ErrorLocation
Namespace
Google \ Cloud \ BigQuery \ Migration \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ line
int
Optional. If applicable, denotes the line where the error occurred. A zero value means that there is no line information.
↳ column
int
Optional. If applicable, denotes the column where the error occurred. A zero value means that there is no columns information.
getLine
Optional. If applicable, denotes the line where the error occurred. A zero value means that there is no line information.
int
setLine
Optional. If applicable, denotes the line where the error occurred. A zero value means that there is no line information.
var
int
$this
getColumn
Optional. If applicable, denotes the column where the error occurred. A zero value means that there is no columns information.
int
setColumn
Optional. If applicable, denotes the column where the error occurred. A zero value means that there is no columns information.
var
int
$this