Class: Google::Shopping::Merchant::Reviews::V1beta::MerchantReview
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Reviews::V1beta::MerchantReview
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb
Overview
A review for a merchant. For more information, see Introduction to Merchant Review Feeds
Instance Attribute Summary collapse
-
#custom_attributes ⇒ ::Array<::Google::Shopping::Type::CustomAttribute>
Optional.
-
#data_source ⇒ ::String
readonly
Output only.
-
#merchant_review_attributes ⇒ ::Google::Shopping::Merchant::Reviews::V1beta::MerchantReviewAttributes
Optional.
-
#merchant_review_id ⇒ ::String
Required.
-
#merchant_review_status ⇒ ::Google::Shopping::Merchant::Reviews::V1beta::MerchantReviewStatus
readonly
Output only.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#custom_attributes ⇒ ::Array<::Google::Shopping::Type::CustomAttribute>
Returns Optional. A list of custom (merchant-provided) attributes. It can also be
used for submitting any attribute of the data specification in its generic
form (for example,
{ "name": "size type", "value": "regular" }).
This is useful for submitting attributes not explicitly exposed by the
API, such as experimental attributes.
Maximum allowed number of characters for each
custom attribute is 10240 (represents sum of characters for name and
value). Maximum 2500 custom attributes can be set per product, with total
size of 102.4kB. Underscores in custom attribute names are replaced by
spaces upon insertion.
134 135 136 137 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb', line 134 class MerchantReview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_source ⇒ ::String (readonly)
Returns Output only. The primary data source of the merchant review.
134 135 136 137 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb', line 134 class MerchantReview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#merchant_review_attributes ⇒ ::Google::Shopping::Merchant::Reviews::V1beta::MerchantReviewAttributes
Returns Optional. A list of merchant review attributes.
134 135 136 137 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb', line 134 class MerchantReview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#merchant_review_id ⇒ ::String
Returns Required. The user provided merchant review ID to uniquely identify the merchant review.
134 135 136 137 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb', line 134 class MerchantReview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#merchant_review_status ⇒ ::Google::Shopping::Merchant::Reviews::V1beta::MerchantReviewStatus (readonly)
Returns Output only. The status of a merchant review, data validation issues, that is, information about a merchant review computed asynchronously.
134 135 136 137 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb', line 134 class MerchantReview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The name of the merchant review.
Format:
"{merchantreview.name=accounts/{account}/merchantReviews/{merchantReview}}".
134 135 136 137 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb', line 134 class MerchantReview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |