public sealed class BigQueryExportSettings : IMessage<BigQueryExportSettings>, IEquatable<BigQueryExportSettings>, IDeepCloneable<BigQueryExportSettings>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class BigQueryExportSettings.
Settings to describe the BigQuery export behaviors for the app.
Implements
IMessageBigQueryExportSettings, IEquatableBigQueryExportSettings, IDeepCloneableBigQueryExportSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
BigQueryExportSettings()
public BigQueryExportSettings()BigQueryExportSettings(BigQueryExportSettings)
public BigQueryExportSettings(BigQueryExportSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryExportSettings |
Properties
Dataset
public string Dataset { get; set; }Optional. The BigQuery dataset to export the data to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Enabled
public bool Enabled { get; set; }Optional. Indicates whether the BigQuery export is enabled.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Project
public string Project { get; set; }Optional. The project ID of the BigQuery dataset to export the data to.
Note: If the BigQuery dataset is in a different project from the app,
you should grant roles/bigquery.admin role to the CES service agent
service-<PROJECT-NUMBER>@gcp-sa-ces.iam.gserviceaccount.com.
| Property Value | |
|---|---|
| Type | Description |
string |
|