Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::ExportInsightsDataRequest::BigQueryDestination (v0.10.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::ExportInsightsDataRequest::BigQueryDestination.

A BigQuery Table Reference.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dataset

def dataset() -> ::String
Returns
  • (::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.

#dataset=

def dataset=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.

#project_id

def project_id() -> ::String
Returns
  • (::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.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.

#table

def table() -> ::String
Returns
  • (::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.

#table=

def table=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.