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 \ OutputConfig
Methods
__construct
Constructor.
Parameters
Name
Description
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.
Returns
Type
Description
string
setDatasetId
Required. The ID of a BigQuery Dataset.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getTableIdPrefix
Required. The prefix of exported BigQuery tables.
Returns
Type
Description
string
setTableIdPrefix
Required. The prefix of exported BigQuery tables.
Parameter
Name
Description
var
string
Returns
Type
Description
$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.
Returns
Type
Description
string
setTableType
Required. Describes the table type. The following values are supported:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Retail V2 Client - Class BigQueryDestination (2.3.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.1 (latest)](/php/docs/reference/cloud-retail/latest/V2.OutputConfig.BigQueryDestination)\n- [2.3.0](/php/docs/reference/cloud-retail/2.3.0/V2.OutputConfig.BigQueryDestination)\n- [2.2.1](/php/docs/reference/cloud-retail/2.2.1/V2.OutputConfig.BigQueryDestination)\n- [2.1.3](/php/docs/reference/cloud-retail/2.1.3/V2.OutputConfig.BigQueryDestination)\n- [2.0.0](/php/docs/reference/cloud-retail/2.0.0/V2.OutputConfig.BigQueryDestination)\n- [1.7.0](/php/docs/reference/cloud-retail/1.7.0/V2.OutputConfig.BigQueryDestination)\n- [1.6.4](/php/docs/reference/cloud-retail/1.6.4/V2.OutputConfig.BigQueryDestination)\n- [1.5.0](/php/docs/reference/cloud-retail/1.5.0/V2.OutputConfig.BigQueryDestination)\n- [1.4.2](/php/docs/reference/cloud-retail/1.4.2/V2.OutputConfig.BigQueryDestination)\n- [1.3.1](/php/docs/reference/cloud-retail/1.3.1/V2.OutputConfig.BigQueryDestination)\n- [1.2.1](/php/docs/reference/cloud-retail/1.2.1/V2.OutputConfig.BigQueryDestination)\n- [1.1.1](/php/docs/reference/cloud-retail/1.1.1/V2.OutputConfig.BigQueryDestination)\n- [1.0.1](/php/docs/reference/cloud-retail/1.0.1/V2.OutputConfig.BigQueryDestination) \nReference documentation and code samples for the Google Cloud Retail V2 Client class BigQueryDestination.\n\nThe BigQuery output destination configuration.\n\nGenerated from protobuf message `google.cloud.retail.v2.OutputConfig.BigQueryDestination`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Retail \\\\ V2 \\\\ OutputConfig\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getDatasetId\n\nRequired. The ID of a BigQuery Dataset.\n\n### setDatasetId\n\nRequired. The ID of a BigQuery Dataset.\n\n### getTableIdPrefix\n\nRequired. The prefix of exported BigQuery tables.\n\n### setTableIdPrefix\n\nRequired. The prefix of exported BigQuery tables.\n\n### getTableType\n\nRequired. Describes the table type. The following values are supported:\n\n- `table`: A BigQuery native table.\n\n- `view`: A virtual table defined by a SQL query.\n\n### setTableType\n\nRequired. Describes the table type. The following values are supported:\n\n- `table`: A BigQuery native table.\n\n- `view`: A virtual table defined by a SQL query."]]