Class: Google::Shopping::Merchant::Notifications::V1beta::ProductChange
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Notifications::V1beta::ProductChange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb
Overview
The change that happened to the product including old value, new value, country code as the region code and reporting context.
Instance Attribute Summary collapse
-
#new_value ⇒ ::String
The new value of the changed resource or attribute.
-
#old_value ⇒ ::String
The old value of the changed resource or attribute.
-
#region_code ⇒ ::String
Countries that have the change (if applicable).
-
#reporting_context ⇒ ::Google::Shopping::Type::ReportingContext::ReportingContextEnum
Reporting contexts that have the change (if applicable).
Instance Attribute Details
#new_value ⇒ ::String
Returns The new value of the changed resource or attribute.
158 159 160 161 |
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 158 class ProductChange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#old_value ⇒ ::String
Returns The old value of the changed resource or attribute.
158 159 160 161 |
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 158 class ProductChange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region_code ⇒ ::String
Returns Countries that have the change (if applicable).
158 159 160 161 |
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 158 class ProductChange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reporting_context ⇒ ::Google::Shopping::Type::ReportingContext::ReportingContextEnum
Returns Reporting contexts that have the change (if applicable).
158 159 160 161 |
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 158 class ProductChange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |