Show / Hide Table of Contents

Class AccountsResource.ProductReviewsResource

The "productReviews" collection of methods.

Inheritance
object
AccountsResource.ProductReviewsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.reviews_v1beta
Assembly: Google.Apis.Merchant.reviews_v1beta.dll
Syntax
public class AccountsResource.ProductReviewsResource

Constructors

ProductReviewsResource(IClientService)

Constructs a new resource.

Declaration
public ProductReviewsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete(string)

Deletes a product review.

Declaration
public virtual AccountsResource.ProductReviewsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The ID of the Product review. Format: accounts/{account}/productReviews/{productReview}

Returns
Type Description
AccountsResource.ProductReviewsResource.DeleteRequest

Get(string)

Gets a product review.

Declaration
public virtual AccountsResource.ProductReviewsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The ID of the merchant review. Format: accounts/{account}/productReviews/{productReview}

Returns
Type Description
AccountsResource.ProductReviewsResource.GetRequest

Insert(ProductReview, string)

Inserts a product review.

Declaration
public virtual AccountsResource.ProductReviewsResource.InsertRequest Insert(ProductReview body, string parent)
Parameters
Type Name Description
ProductReview body

The body of the request.

string parent

Required. The account where the product review will be inserted. Format: accounts/{account}

Returns
Type Description
AccountsResource.ProductReviewsResource.InsertRequest

List(string)

Lists product reviews.

Declaration
public virtual AccountsResource.ProductReviewsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The account to list product reviews for. Format: accounts/{account}

Returns
Type Description
AccountsResource.ProductReviewsResource.ListRequest
In this article
Back to top Generated by DocFX