Class: Google::Ads::DataManager::V1::WarningCount

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

Overview

The warning count for a given warning reason.

Instance Attribute Summary collapse

Instance Attribute Details

#reason::Google::Ads::DataManager::V1::ProcessingWarningReason

Returns The warning reason.

Returns:



62
63
64
65
# File 'proto_docs/google/ads/datamanager/v1/processing_errors.rb', line 62

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

#record_count::Integer

Returns The count of records that have a warning.

Returns:

  • (::Integer)

    The count of records that have a warning.



62
63
64
65
# File 'proto_docs/google/ads/datamanager/v1/processing_errors.rb', line 62

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