Class: Google::Shopping::Merchant::Reviews::V1beta::ProductReviewStatus::ProductReviewItemLevelIssue
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Reviews::V1beta::ProductReviewStatus::ProductReviewItemLevelIssue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/reviews/v1beta/productreviews_common.rb
Overview
The ItemLevelIssue of the product 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::ProductReviewStatus::ProductReviewItemLevelIssue::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.
251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews_common.rb', line 251 class ProductReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the product review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the product review. NOT_IMPACTED = 1 # Issue disapproves the product review. DISAPPROVED = 2 end end |
#code ⇒ ::String (readonly)
Returns Output only. The error code of the issue.
251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews_common.rb', line 251 class ProductReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the product review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the product review. NOT_IMPACTED = 1 # Issue disapproves the product review. DISAPPROVED = 2 end end |
#description ⇒ ::String (readonly)
Returns Output only. A short issue description in English.
251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews_common.rb', line 251 class ProductReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the product review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the product review. NOT_IMPACTED = 1 # Issue disapproves the product review. DISAPPROVED = 2 end end |
#detail ⇒ ::String (readonly)
Returns Output only. A detailed issue description in English.
251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews_common.rb', line 251 class ProductReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the product review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the product review. NOT_IMPACTED = 1 # Issue disapproves the product review. DISAPPROVED = 2 end end |
#documentation ⇒ ::String (readonly)
Returns Output only. The URL of a web page to help with resolving this issue.
251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews_common.rb', line 251 class ProductReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the product review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the product review. NOT_IMPACTED = 1 # Issue disapproves the product review. DISAPPROVED = 2 end end |
#reporting_context ⇒ ::Google::Shopping::Type::ReportingContext::ReportingContextEnum (readonly)
Returns Output only. The reporting context the issue applies to.
251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews_common.rb', line 251 class ProductReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the product review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the product review. NOT_IMPACTED = 1 # Issue disapproves the product review. DISAPPROVED = 2 end end |
#resolution ⇒ ::String (readonly)
Returns Output only. Whether the issue can be resolved by the merchant.
251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews_common.rb', line 251 class ProductReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the product review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the product review. NOT_IMPACTED = 1 # Issue disapproves the product review. DISAPPROVED = 2 end end |
#severity ⇒ ::Google::Shopping::Merchant::Reviews::V1beta::ProductReviewStatus::ProductReviewItemLevelIssue::Severity (readonly)
Returns Output only. How this issue affects serving of the product review.
251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews_common.rb', line 251 class ProductReviewItemLevelIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the issue affects the serving of the product review. module Severity # Not specified. SEVERITY_UNSPECIFIED = 0 # This issue represents a warning and does not have a direct affect # on the product review. NOT_IMPACTED = 1 # Issue disapproves the product review. DISAPPROVED = 2 end end |