Reference documentation and code samples for the Google Shopping Merchant Reviews V1beta Client class GetMerchantReviewRequest.
Request message for the GetMerchantReview method.
Generated from protobuf message google.shopping.merchant.reviews.v1beta.GetMerchantReviewRequest
Namespace
Google \ Shopping \ Merchant \ Reviews \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The ID of the merchant review. Format: accounts/{account}/merchantReviews/{merchantReview} |
getName
Required. The ID of the merchant review.
Format: accounts/{account}/merchantReviews/{merchantReview}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The ID of the merchant review.
Format: accounts/{account}/merchantReviews/{merchantReview}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The ID of the merchant review. Format: accounts/{account}/merchantReviews/{merchantReview} Please see MerchantReviewsServiceClient::merchantReviewName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetMerchantReviewRequest |
|