Class: Google::Shopping::Merchant::Reviews::V1beta::ListProductReviewsRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Reviews::V1beta::ListProductReviewsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb
Overview
Request message for the ListProductReviews method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of products to return. The service may return fewer than this value.
61 62 63 64 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 61 class ListProductReviewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListProductReviews call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListProductReviews
must match the call that provided the page token.
61 62 63 64 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 61 class ListProductReviewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The account to list product reviews for. Format: accounts/{account}.
61 62 63 64 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 61 class ListProductReviewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |