Reference documentation and code samples for the Google Cloud Retail V2 Client class BigQueryDestination.
The BigQuery output destination configuration.
Generated from protobuf message google.cloud.retail.v2.OutputConfig.BigQueryDestination
Namespace
Google \ Cloud \ Retail \ V2 \ OutputConfigMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ dataset_id
string
Required. The ID of a BigQuery Dataset.
↳ table_id_prefix
string
Required. The prefix of exported BigQuery tables.
↳ table_type
string
Required. Describes the table type. The following values are supported: * * table
: A BigQuery native table. * * view
: A virtual table defined by a SQL query.
getDatasetId
Required. The ID of a BigQuery Dataset.
string
setDatasetId
Required. The ID of a BigQuery Dataset.
var
string
$this
getTableIdPrefix
Required. The prefix of exported BigQuery tables.
string
setTableIdPrefix
Required. The prefix of exported BigQuery tables.
var
string
$this
getTableType
Required. Describes the table type. The following values are supported:
-
table
: A BigQuery native table. -
view
: A virtual table defined by a SQL query.
string
setTableType
Required. Describes the table type. The following values are supported:
-
table
: A BigQuery native table. -
view
: A virtual table defined by a SQL query.
var
string
$this