Reference documentation and code samples for the BigQuery Data Transfer V1 Client class EmailPreferences.
Represents preferences for sending email notifications for transfer run events.
Generated from protobuf message google.cloud.bigquery.datatransfer.v1.EmailPreferences
Namespace
Google \ Cloud \ BigQuery \ DataTransfer \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable_failure_email |
bool
If true, email notifications will be sent on transfer run failures. |
getEnableFailureEmail
If true, email notifications will be sent on transfer run failures.
Returns | |
---|---|
Type | Description |
bool |
setEnableFailureEmail
If true, email notifications will be sent on transfer run failures.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |