Class: Google::Shopping::Merchant::Reviews::V1beta::ProductReview

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#custom_attributes::Array<::Google::Shopping::Type::CustomAttribute>

Returns Optional. A list of custom (merchant-provided) attributes.

Returns:



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.

Returns:

  • (::String)

    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}}".

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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