Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::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- (::String) — Optional. The BigQuery dataset ID to export the data to.
#dataset=
def dataset=(value) -> ::String- value (::String) — Optional. The BigQuery dataset ID to export the data to.
- (::String) — Optional. The BigQuery dataset ID to export the data to.
#enabled
def enabled() -> ::Boolean- (::Boolean) — Optional. Indicates whether the BigQuery export is enabled.
#enabled=
def enabled=(value) -> ::Boolean- value (::Boolean) — Optional. Indicates whether the BigQuery export is enabled.
- (::Boolean) — Optional. Indicates whether the BigQuery export is enabled.
#project
def project() -> ::String-
(::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.adminrole to the CES service agentservice-<PROJECT-NUMBER>@gcp-sa-ces.iam.gserviceaccount.com.
#project=
def project=(value) -> ::String-
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.adminrole to the CES service agentservice-<PROJECT-NUMBER>@gcp-sa-ces.iam.gserviceaccount.com.
-
(::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.adminrole to the CES service agentservice-<PROJECT-NUMBER>@gcp-sa-ces.iam.gserviceaccount.com.