Reference documentation and code samples for the Google Shopping Merchant Reviews V1beta Client class DeleteProductReviewRequest.
Request message for the DeleteProductReview method.
Generated from protobuf message google.shopping.merchant.reviews.v1beta.DeleteProductReviewRequest
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 Product review. Format: accounts/{account}/productReviews/{productReview} |
getName
Required. The ID of the Product review.
Format: accounts/{account}/productReviews/{productReview}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The ID of the Product review.
Format: accounts/{account}/productReviews/{productReview}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The ID of the Product review. Format: accounts/{account}/productReviews/{productReview} Please see ProductReviewsServiceClient::productReviewName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
DeleteProductReviewRequest |
|