Class: Google::Cloud::Bigquery::DataTransfer::V1::EmailPreferences

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/datatransfer/v1/transfer.rb

Overview

Represents preferences for sending email notifications for transfer run events.

Instance Attribute Summary collapse

Instance Attribute Details

#enable_failure_email::Boolean

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

Returns:

  • (::Boolean)

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



30
31
32
33
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 30

class EmailPreferences
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end