Google Cloud Dataflow V1beta3 Client - Class BigQueryIODetails (0.6.0)

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
NameDescription
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
TypeDescription
string

setTable

Table accessed in the connection.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDataset

Dataset accessed in the connection.

Returns
TypeDescription
string

setDataset

Dataset accessed in the connection.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProjectId

Project accessed in the connection.

Returns
TypeDescription
string

setProjectId

Project accessed in the connection.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getQuery

Query used to access data in the connection.

Returns
TypeDescription
string

setQuery

Query used to access data in the connection.

Parameter
NameDescription
var string
Returns
TypeDescription
$this