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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
int |
setLine
Optional. If applicable, denotes the line where the error occurred. A zero value means that there is no line information.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getColumn
Optional. If applicable, denotes the column where the error occurred. A zero value means that there is no columns information.
Returns | |
---|---|
Type | Description |
int |
setColumn
Optional. If applicable, denotes the column where the error occurred. A zero value means that there is no columns information.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |