Class: Google::Shopping::Merchant::Reviews::V1beta::InsertProductReviewRequest

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

Request message for the InsertProductReview method.

Instance Attribute Summary collapse

Instance Attribute Details

#data_source::String

Returns Required. Format: accounts/{account}/dataSources/{datasource}.

Returns:

  • (::String)

    Required. Format: accounts/{account}/dataSources/{datasource}.



78
79
80
81
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 78

class InsertProductReviewRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The account where the product review will be inserted. Format: accounts/{account}.

Returns:

  • (::String)

    Required. The account where the product review will be inserted. Format: accounts/{account}



78
79
80
81
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 78

class InsertProductReviewRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#product_review::Google::Shopping::Merchant::Reviews::V1beta::ProductReview

Returns Required. The product review to insert.

Returns:



78
79
80
81
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 78

class InsertProductReviewRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end