Class: Google::Shopping::Merchant::Reviews::V1beta::MerchantReview

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

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.

Returns:

  • (::Array<::Google::Shopping::Type::CustomAttribute>)

    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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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

Returns:

  • (::String)

    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