Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class BigQueryDestination.
A BigQuery Table Reference.
Generated from protobuf message google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.BigQueryDestination
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ ExportInsightsDataRequest
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ project_id
string
A project ID or number. If specified, then export will attempt to write data to this project instead of the resource project. Otherwise, the resource project will be used.
↳ dataset
string
Required. The name of the BigQuery dataset that the snapshot result should be exported to. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error.
↳ table
string
The BigQuery table name to which the insights data should be written. If this table does not exist, the export call returns an INVALID_ARGUMENT error.
getProjectId
A project ID or number. If specified, then export will attempt to
write data to this project instead of the resource project. Otherwise,
the resource project will be used.
Returns
Type
Description
string
setProjectId
A project ID or number. If specified, then export will attempt to
write data to this project instead of the resource project. Otherwise,
the resource project will be used.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getDataset
Required. The name of the BigQuery dataset that the snapshot result
should be exported to. If this dataset does not exist, the export call
returns an INVALID_ARGUMENT error.
Returns
Type
Description
string
setDataset
Required. The name of the BigQuery dataset that the snapshot result
should be exported to. If this dataset does not exist, the export call
returns an INVALID_ARGUMENT error.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getTable
The BigQuery table name to which the insights data should be written.
If this table does not exist, the export call returns an INVALID_ARGUMENT
error.
Returns
Type
Description
string
setTable
The BigQuery table name to which the insights data should be written.
If this table does not exist, the export call returns an INVALID_ARGUMENT
error.
[[["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-09-09 UTC."],[],[],null,["# Google Cloud Contact Center Insights V1 Client - Class BigQueryDestination (2.3.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.3 (latest)](/php/docs/reference/cloud-contact-center-insights/latest/V1.ExportInsightsDataRequest.BigQueryDestination)\n- [2.3.2](/php/docs/reference/cloud-contact-center-insights/2.3.2/V1.ExportInsightsDataRequest.BigQueryDestination)\n- [2.2.1](/php/docs/reference/cloud-contact-center-insights/2.2.1/V1.ExportInsightsDataRequest.BigQueryDestination)\n- [2.1.1](/php/docs/reference/cloud-contact-center-insights/2.1.1/V1.ExportInsightsDataRequest.BigQueryDestination)\n- [2.0.1](/php/docs/reference/cloud-contact-center-insights/2.0.1/V1.ExportInsightsDataRequest.BigQueryDestination)\n- [1.9.5](/php/docs/reference/cloud-contact-center-insights/1.9.5/V1.ExportInsightsDataRequest.BigQueryDestination)\n- [1.8.0](/php/docs/reference/cloud-contact-center-insights/1.8.0/V1.ExportInsightsDataRequest.BigQueryDestination)\n- [1.7.1](/php/docs/reference/cloud-contact-center-insights/1.7.1/V1.ExportInsightsDataRequest.BigQueryDestination)\n- [1.6.2](/php/docs/reference/cloud-contact-center-insights/1.6.2/V1.ExportInsightsDataRequest.BigQueryDestination)\n- [1.5.0](/php/docs/reference/cloud-contact-center-insights/1.5.0/V1.ExportInsightsDataRequest.BigQueryDestination)\n- [1.4.1](/php/docs/reference/cloud-contact-center-insights/1.4.1/V1.ExportInsightsDataRequest.BigQueryDestination)\n- [1.3.0](/php/docs/reference/cloud-contact-center-insights/1.3.0/V1.ExportInsightsDataRequest.BigQueryDestination)\n- [1.2.1](/php/docs/reference/cloud-contact-center-insights/1.2.1/V1.ExportInsightsDataRequest.BigQueryDestination)\n- [1.1.0](/php/docs/reference/cloud-contact-center-insights/1.1.0/V1.ExportInsightsDataRequest.BigQueryDestination)\n- [1.0.3](/php/docs/reference/cloud-contact-center-insights/1.0.3/V1.ExportInsightsDataRequest.BigQueryDestination) \nReference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class BigQueryDestination.\n\nA BigQuery Table Reference.\n\nGenerated from protobuf message `google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.BigQueryDestination`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ContactCenterInsights \\\\ V1 \\\\ ExportInsightsDataRequest\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getProjectId\n\nA project ID or number. If specified, then export will attempt to\nwrite data to this project instead of the resource project. Otherwise,\nthe resource project will be used.\n\n### setProjectId\n\nA project ID or number. If specified, then export will attempt to\nwrite data to this project instead of the resource project. Otherwise,\nthe resource project will be used.\n\n### getDataset\n\nRequired. The name of the BigQuery dataset that the snapshot result\nshould be exported to. If this dataset does not exist, the export call\nreturns an INVALID_ARGUMENT error.\n\n### setDataset\n\nRequired. The name of the BigQuery dataset that the snapshot result\nshould be exported to. If this dataset does not exist, the export call\nreturns an INVALID_ARGUMENT error.\n\n### getTable\n\nThe BigQuery table name to which the insights data should be written.\n\nIf this table does not exist, the export call returns an INVALID_ARGUMENT\nerror.\n\n### setTable\n\nThe BigQuery table name to which the insights data should be written.\n\nIf this table does not exist, the export call returns an INVALID_ARGUMENT\nerror."]]