BigQuery Data Transfer V1 Client - Class EmailPreferences (1.7.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
bool

setEnableFailureEmail

If true, email notifications will be sent on transfer run failures.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this