Class: Google::Ads::AdManager::V1::DaiIngestError

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/content_messages.rb

Overview

Represents an error associated with a Dynamic Ad Insertion (DAI) Content's status.

Instance Attribute Summary collapse

Instance Attribute Details

#reason::Google::Ads::AdManager::V1::DaiIngestErrorReasonEnum::DaiIngestErrorReason

Returns The error associated with the content.

Returns:



116
117
118
119
# File 'proto_docs/google/ads/admanager/v1/content_messages.rb', line 116

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

#trigger::String (readonly)

Returns Output only. The field, if any, that triggered the error.

Returns:

  • (::String)

    Output only. The field, if any, that triggered the error.



116
117
118
119
# File 'proto_docs/google/ads/admanager/v1/content_messages.rb', line 116

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