Google Cloud BigQuery Migration V2 Client - Class ErrorLocation (0.1.4)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
int

setLine

Optional. If applicable, denotes the line where the error occurred. A zero value means that there is no line information.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getColumn

Optional. If applicable, denotes the column where the error occurred. A zero value means that there is no columns information.

Returns
TypeDescription
int

setColumn

Optional. If applicable, denotes the column where the error occurred. A zero value means that there is no columns information.

Parameter
NameDescription
var int
Returns
TypeDescription
$this