Class: Google::Shopping::Css::V1::CssProductStatus::ItemLevelIssue
- Inherits:
-
Object
- Object
- Google::Shopping::Css::V1::CssProductStatus::ItemLevelIssue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/css/v1/css_product_common.rb
Overview
The ItemLevelIssue of the product status.
Instance Attribute Summary collapse
-
#applicable_countries ⇒ ::Array<::String>
List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer.
-
#attribute ⇒ ::String
The attribute's name, if the issue is caused by a single attribute.
-
#code ⇒ ::String
The error code of the issue.
-
#description ⇒ ::String
A short issue description in English.
-
#destination ⇒ ::String
The destination the issue applies to.
-
#detail ⇒ ::String
A detailed issue description in English.
-
#documentation ⇒ ::String
The URL of a web page to help with resolving this issue.
-
#resolution ⇒ ::String
Whether the issue can be resolved by the merchant.
-
#servability ⇒ ::String
How this issue affects serving of the aggregate offer.
Instance Attribute Details
#applicable_countries ⇒ ::Array<::String>
Returns List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer.
358 359 360 361 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 358 class ItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#attribute ⇒ ::String
Returns The attribute's name, if the issue is caused by a single attribute.
358 359 360 361 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 358 class ItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#code ⇒ ::String
Returns The error code of the issue.
358 359 360 361 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 358 class ItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns A short issue description in English.
358 359 360 361 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 358 class ItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#destination ⇒ ::String
Returns The destination the issue applies to.
358 359 360 361 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 358 class ItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#detail ⇒ ::String
Returns A detailed issue description in English.
358 359 360 361 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 358 class ItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#documentation ⇒ ::String
Returns The URL of a web page to help with resolving this issue.
358 359 360 361 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 358 class ItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resolution ⇒ ::String
Returns Whether the issue can be resolved by the merchant.
358 359 360 361 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 358 class ItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#servability ⇒ ::String
Returns How this issue affects serving of the aggregate offer.
358 359 360 361 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 358 class ItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |