Interface InsertProductReviewRequestOrBuilder (0.1.0)

public interface InsertProductReviewRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataSource()

public abstract String getDataSource()

Required. Format: accounts/{account}/dataSources/{datasource}.

string data_source = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The dataSource.

getDataSourceBytes()

public abstract ByteString getDataSourceBytes()

Required. Format: accounts/{account}/dataSources/{datasource}.

string data_source = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for dataSource.

getParent()

public abstract String getParent()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for parent.

getProductReview()

public abstract ProductReview getProductReview()

Required. The product review to insert.

.google.shopping.merchant.reviews.v1beta.ProductReview product_review = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProductReview

The productReview.

getProductReviewOrBuilder()

public abstract ProductReviewOrBuilder getProductReviewOrBuilder()

Required. The product review to insert.

.google.shopping.merchant.reviews.v1beta.ProductReview product_review = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProductReviewOrBuilder

hasProductReview()

public abstract boolean hasProductReview()

Required. The product review to insert.

.google.shopping.merchant.reviews.v1beta.ProductReview product_review = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the productReview field is set.