Reference documentation and code samples for the Google Cloud Ces V1 Client class BigQueryExportSettings.
Settings to describe the BigQuery export behaviors for the app.
Generated from protobuf message google.cloud.ces.v1.BigQueryExportSettings
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enabled
bool
Optional. Indicates whether the BigQuery export is enabled.
↳ project
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
.
↳ dataset
string
Optional. The BigQuery dataset to export the data to.
getEnabled
Optional. Indicates whether the BigQuery export is enabled.
bool
setEnabled
Optional. Indicates whether the BigQuery export is enabled.
var
bool
$this
getProject
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
.
string
setProject
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
.
var
string
$this
getDataset
Optional. The BigQuery dataset to export the data to.
string
setDataset
Optional. The BigQuery dataset to export the data to.
var
string
$this

