Class: Google::Shopping::Merchant::Reviews::V1beta::MerchantReviewStatus::MerchantReviewItemLevelIssue
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Reviews::V1beta::MerchantReviewStatus::MerchantReviewItemLevelIssue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews_common.rb
Overview
The ItemLevelIssue of the merchant review status.
Defined Under Namespace
Modules: Severity
Instance Attribute Summary collapse
-
#attribute ⇒ ::String
readonly
Output only.
-
#code ⇒ ::String
readonly
Output only.
-
#description ⇒ ::String
readonly
Output only.
-
#detail ⇒ ::String
readonly
Output only.
-
#documentation ⇒ ::String
readonly
Output only.
-
#reporting_context ⇒ ::Google::Shopping::Type::ReportingContext::ReportingContextEnum
readonly
Output only.
-
#resolution ⇒ ::String
readonly
Output only.
-
#severity ⇒ ::Google::Shopping::Merchant::Reviews::V1beta::MerchantReviewStatus::MerchantReviewItemLevelIssue::Severity
readonly
Output only.
Instance Attribute Details
#attribute ⇒ ::String (readonly)
Returns Output only. The attribute's name, if the issue is caused by a single attribute.
165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews_common.rb', line 165 class MerchantReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the merchant review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the merchant review. NOT_IMPACTED = 1 # Issue disapproves the merchant review. DISAPPROVED = 2 end end |
#code ⇒ ::String (readonly)
Returns Output only. The error code of the issue.
165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews_common.rb', line 165 class MerchantReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the merchant review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the merchant review. NOT_IMPACTED = 1 # Issue disapproves the merchant review. DISAPPROVED = 2 end end |
#description ⇒ ::String (readonly)
Returns Output only. A short issue description in English.
165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews_common.rb', line 165 class MerchantReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the merchant review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the merchant review. NOT_IMPACTED = 1 # Issue disapproves the merchant review. DISAPPROVED = 2 end end |
#detail ⇒ ::String (readonly)
Returns Output only. A detailed issue description in English.
165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews_common.rb', line 165 class MerchantReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the merchant review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the merchant review. NOT_IMPACTED = 1 # Issue disapproves the merchant review. DISAPPROVED = 2 end end |
#documentation ⇒ ::String (readonly)
Returns Output only. The URL of a web page to help with resolving this issue.
165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews_common.rb', line 165 class MerchantReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the merchant review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the merchant review. NOT_IMPACTED = 1 # Issue disapproves the merchant review. DISAPPROVED = 2 end end |
#reporting_context ⇒ ::Google::Shopping::Type::ReportingContext::ReportingContextEnum (readonly)
Returns Output only. The reporting context the issue applies to.
165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews_common.rb', line 165 class MerchantReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the merchant review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the merchant review. NOT_IMPACTED = 1 # Issue disapproves the merchant review. DISAPPROVED = 2 end end |
#resolution ⇒ ::String (readonly)
Returns Output only. Whether the issue can be resolved by the merchant.
165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews_common.rb', line 165 class MerchantReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the merchant review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the merchant review. NOT_IMPACTED = 1 # Issue disapproves the merchant review. DISAPPROVED = 2 end end |
#severity ⇒ ::Google::Shopping::Merchant::Reviews::V1beta::MerchantReviewStatus::MerchantReviewItemLevelIssue::Severity (readonly)
Returns Output only. How this issue affects serving of the merchant review.
165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews_common.rb', line 165 class MerchantReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the merchant review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the merchant review. NOT_IMPACTED = 1 # Issue disapproves the merchant review. DISAPPROVED = 2 end end |