Class: Google::Shopping::Merchant::Reviews::V1beta::ProductReview
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Reviews::V1beta::ProductReview
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb
Overview
A review for a product. For more information, see Introduction to Product Review Feeds
Instance Attribute Summary collapse
-
#custom_attributes ⇒ ::Array<::Google::Shopping::Type::CustomAttribute>
Optional.
-
#data_source ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#product_review_attributes ⇒ ::Google::Shopping::Merchant::Reviews::V1beta::ProductReviewAttributes
Optional.
-
#product_review_id ⇒ ::String
Required.
-
#product_review_status ⇒ ::Google::Shopping::Merchant::Reviews::V1beta::ProductReviewStatus
readonly
Output only.
Instance Attribute Details
#custom_attributes ⇒ ::Array<::Google::Shopping::Type::CustomAttribute>
Returns Optional. A list of custom (merchant-provided) attributes.
121 122 123 124 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 121 class ProductReview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_source ⇒ ::String (readonly)
Returns Output only. The primary data source of the product review.
121 122 123 124 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 121 class ProductReview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The name of the product review.
Format:
"{productreview.name=accounts/{account}/productReviews/{productReview}}".
121 122 123 124 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 121 class ProductReview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#product_review_attributes ⇒ ::Google::Shopping::Merchant::Reviews::V1beta::ProductReviewAttributes
Returns Optional. A list of product review attributes.
121 122 123 124 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 121 class ProductReview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#product_review_id ⇒ ::String
Returns Required. The permanent, unique identifier for the product review in the publisher’s system.
121 122 123 124 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 121 class ProductReview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#product_review_status ⇒ ::Google::Shopping::Merchant::Reviews::V1beta::ProductReviewStatus (readonly)
Returns Output only. The status of a product review, data validation issues, that is, information about a product review computed asynchronously.
121 122 123 124 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 121 class ProductReview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |