Gemini Enterprise for Customer Experience V1 API - Class Google::Cloud::Ces::V1::BigQueryExportSettings (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::BigQueryExportSettings.

Settings to describe the BigQuery export behaviors for the app.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dataset

def dataset() -> ::String
Returns
  • (::String) — Optional. The BigQuery dataset ID to export the data to.

#dataset=

def dataset=(value) -> ::String
Parameter
  • value (::String) — Optional. The BigQuery dataset ID to export the data to.
Returns
  • (::String) — Optional. The BigQuery dataset ID to export the data to.

#enabled

def enabled() -> ::Boolean
Returns
  • (::Boolean) — Optional. Indicates whether the BigQuery export is enabled.

#enabled=

def enabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Indicates whether the BigQuery export is enabled.
Returns
  • (::Boolean) — Optional. Indicates whether the BigQuery export is enabled.

#project

def project() -> ::String
Returns
  • (::String) — 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.

#project=

def project=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.