public sealed class BigQueryDestination : IMessage<ExportInsightsDataRequest.Types.BigQueryDestination>, IEquatable<ExportInsightsDataRequest.Types.BigQueryDestination>, IDeepCloneable<ExportInsightsDataRequest.Types.BigQueryDestination>, IBufferMessage, IMessage
A BigQuery Table Reference.
Implements
IMessage<ExportInsightsDataRequest.Types.BigQueryDestination>, IEquatable<ExportInsightsDataRequest.Types.BigQueryDestination>, IDeepCloneable<ExportInsightsDataRequest.Types.BigQueryDestination>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
BigQueryDestination()
public BigQueryDestination()
BigQueryDestination(ExportInsightsDataRequest.Types.BigQueryDestination)
public BigQueryDestination(ExportInsightsDataRequest.Types.BigQueryDestination other)
Parameter | |
---|---|
Name | Description |
other | ExportInsightsDataRequest.Types.BigQueryDestination |
Properties
Dataset
public string Dataset { get; set; }
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.
Property Value | |
---|---|
Type | Description |
String |
ProjectId
public string ProjectId { get; set; }
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.
Property Value | |
---|---|
Type | Description |
String |
Table
public string Table { get; set; }
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.
Property Value | |
---|---|
Type | Description |
String |