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)
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)
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)
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)
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)
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)
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)
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)
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 |