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
701 702 703 704 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 701 class BigQueryDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
701 702 703 704 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 701 class BigQueryDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table ⇒ ::String
701 702 703 704 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 701 class BigQueryDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |