Class: Google::Cloud::ContactCenterInsights::V1::ExportInsightsDataRequest::BigQueryDestination
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ExportInsightsDataRequest::BigQueryDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
A BigQuery Table Reference.
Instance Attribute Summary collapse
-
#dataset ⇒ ::String
Required.
-
#project_id ⇒ ::String
A project ID or number.
-
#table ⇒ ::String
The BigQuery table name to which the insights data should be written.
Instance Attribute Details
#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.
648 649 650 651 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 648 class BigQueryDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns 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.
648 649 650 651 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 648 class BigQueryDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table ⇒ ::String
Returns 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.
648 649 650 651 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 648 class BigQueryDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |