Class ExportInsightsDataRequest.Types.BigQueryDestination (1.0.0)

public sealed class BigQueryDestination : IMessage<ExportInsightsDataRequest.Types.BigQueryDestination>, IEquatable<ExportInsightsDataRequest.Types.BigQueryDestination>, IDeepCloneable<ExportInsightsDataRequest.Types.BigQueryDestination>, IBufferMessage, IMessage

A BigQuery Table Reference.

Inheritance

Object > ExportInsightsDataRequest.Types.BigQueryDestination

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

BigQueryDestination()

public BigQueryDestination()

BigQueryDestination(ExportInsightsDataRequest.Types.BigQueryDestination)

public BigQueryDestination(ExportInsightsDataRequest.Types.BigQueryDestination other)
Parameter
NameDescription
otherExportInsightsDataRequest.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
TypeDescription
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
TypeDescription
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
TypeDescription
String