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
Methods
__construct
Constructor.
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.
string
setTable
Table accessed in the connection.
var
string
$this
getDataset
Dataset accessed in the connection.
string
setDataset
Dataset accessed in the connection.
var
string
$this
getProjectId
Project accessed in the connection.
string
setProjectId
Project accessed in the connection.
var
string
$this
getQuery
Query used to access data in the connection.
string
setQuery
Query used to access data in the connection.
var
string
$this