Class: Google::Ads::DataManager::V1::WarningCount
- Inherits:
-
Object
- Object
- Google::Ads::DataManager::V1::WarningCount
- 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
-
#reason ⇒ ::Google::Ads::DataManager::V1::ProcessingWarningReason
The warning reason.
-
#record_count ⇒ ::Integer
The count of records that have a warning.
Instance Attribute Details
#reason ⇒ ::Google::Ads::DataManager::V1::ProcessingWarningReason
Returns The warning reason.
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.
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 |