Google Cloud Dataflow V1beta3 Client - Class BigQueryIODetails (0.6.4)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class BigQueryIODetails.

Metadata for a BigQuery connector used by the job.

Generated from protobuf message google.dataflow.v1beta3.BigQueryIODetails

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ table string

Table accessed in the connection.

↳ dataset string

Dataset accessed in the connection.

↳ project_id string

Project accessed in the connection.

↳ query string

Query used to access data in the connection.

getTable

Table accessed in the connection.

Returns
Type Description
string

setTable

Table accessed in the connection.

Parameter
Name Description
var string
Returns
Type Description
$this

getDataset

Dataset accessed in the connection.

Returns
Type Description
string

setDataset

Dataset accessed in the connection.

Parameter
Name Description
var string
Returns
Type Description
$this

getProjectId

Project accessed in the connection.

Returns
Type Description
string

setProjectId

Project accessed in the connection.

Parameter
Name Description
var string
Returns
Type Description
$this

getQuery

Query used to access data in the connection.

Returns
Type Description
string

setQuery

Query used to access data in the connection.

Parameter
Name Description
var string
Returns
Type Description
$this