Reference documentation and code samples for the Google Shopping Merchant Reviews V1beta Client class ListMerchantReviewsRequest.
Request message for the ListMerchantsReview method.
Generated from protobuf message google.shopping.merchant.reviews.v1beta.ListMerchantReviewsRequest
Namespace
Google \ Shopping \ Merchant \ Reviews \ V1beta
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
โณ parent
string
Required. The account to list merchant reviews for. Format: accounts/{account}
โณ page_size
int
Optional. The maximum number of merchant reviews to return. The service can return fewer than this value. The maximum value is 1000; values above 1000 are coerced to 1000. If unspecified, the maximum number of reviews is returned.
โณ page_token
string
Optional. A page token, received from a previous ListMerchantReviews call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListMerchantReviews must match the call that provided the page token.
getParent
Required. The account to list merchant reviews for.
Format: accounts/{account}
Returns
Type
Description
string
setParent
Required. The account to list merchant reviews for.
Format: accounts/{account}
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Optional. The maximum number of merchant reviews to return. The service can
return fewer than this value. The maximum value is 1000; values above 1000
are coerced to 1000. If unspecified, the maximum number of reviews is
returned.
Returns
Type
Description
int
setPageSize
Optional. The maximum number of merchant reviews to return. The service can
return fewer than this value. The maximum value is 1000; values above 1000
are coerced to 1000. If unspecified, the maximum number of reviews is
returned.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Optional. A page token, received from a previous ListMerchantReviews
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListMerchantReviews
must match the call that provided the page token.
Returns
Type
Description
string
setPageToken
Optional. A page token, received from a previous ListMerchantReviews
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListMerchantReviews
must match the call that provided the page token.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The account to list merchant reviews for.
Format: accounts/{account}
Please see MerchantReviewsServiceClient::accountName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Shopping Merchant Reviews V1beta Client - Class ListMerchantReviewsRequest (0.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.0 (latest)](/php/docs/reference/shopping-merchant-reviews/latest/V1beta.ListMerchantReviewsRequest)\n- [0.3.1](/php/docs/reference/shopping-merchant-reviews/0.3.1/V1beta.ListMerchantReviewsRequest)\n- [0.2.0](/php/docs/reference/shopping-merchant-reviews/0.2.0/V1beta.ListMerchantReviewsRequest)\n- [0.1.2](/php/docs/reference/shopping-merchant-reviews/0.1.2/V1beta.ListMerchantReviewsRequest) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Shopping Merchant Reviews V1beta Client class ListMerchantReviewsRequest.\n\nRequest message for the `ListMerchantsReview` method.\n\nGenerated from protobuf message `google.shopping.merchant.reviews.v1beta.ListMerchantReviewsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Shopping \\\\ Merchant \\\\ Reviews \\\\ V1beta\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The account to list merchant reviews for.\n\nFormat: accounts/{account}\n\n### setParent\n\nRequired. The account to list merchant reviews for.\n\nFormat: accounts/{account}\n\n### getPageSize\n\nOptional. The maximum number of merchant reviews to return. The service can\nreturn fewer than this value. The maximum value is 1000; values above 1000\nare coerced to 1000. If unspecified, the maximum number of reviews is\nreturned.\n\n### setPageSize\n\nOptional. The maximum number of merchant reviews to return. The service can\nreturn fewer than this value. The maximum value is 1000; values above 1000\nare coerced to 1000. If unspecified, the maximum number of reviews is\nreturned.\n\n### getPageToken\n\nOptional. A page token, received from a previous `ListMerchantReviews`\ncall. Provide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to `ListMerchantReviews`\nmust match the call that provided the page token.\n\n### setPageToken\n\nOptional. A page token, received from a previous `ListMerchantReviews`\ncall. Provide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to `ListMerchantReviews`\nmust match the call that provided the page token.\n\n### static::build"]]