Gemini Enterprise for Customer Experience v1 API - Class BigQueryExportSettings (1.0.0-beta01)

public sealed class BigQueryExportSettings : IMessage<BigQueryExportSettings>, IEquatable<BigQueryExportSettings>, IDeepCloneable<BigQueryExportSettings>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > BigQueryExportSettings

Namespace

Google.Cloud.Ces.V1

Assembly

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