Google Cloud Contact Center Insights V1 Client - Class BigQueryDestination (1.9.4)

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.

Parameter
Name Description
var string
Returns
Type Description
$this