Google Shopping Merchant Reviews V1beta Client - Class DeleteMerchantReviewRequest (0.1.0)

Reference documentation and code samples for the Google Shopping Merchant Reviews V1beta Client class DeleteMerchantReviewRequest.

Request message for the DeleteMerchantReview method.

Generated from protobuf message google.shopping.merchant.reviews.v1beta.DeleteMerchantReviewRequest

Namespace

Google \ Shopping \ Merchant \ Reviews \ V1beta

Methods

__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
DeleteMerchantReviewRequest