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.
| Parameters | |
|---|---|
| Name | Description |
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 |
↳ dataset |
string
Optional. The BigQuery dataset to export the data to. |
getEnabled
Optional. Indicates whether the BigQuery export is enabled.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnabled
Optional. Indicates whether the BigQuery export is enabled.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$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.
| Returns | |
|---|---|
| Type | Description |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDataset
Optional. The BigQuery dataset to export the data to.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDataset
Optional. The BigQuery dataset to export the data to.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|