public interface ListProductReviewsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getProductReviews(int index)
public abstract ProductReview getProductReviews(int index)
The product review.
repeated .google.shopping.merchant.reviews.v1beta.ProductReview product_reviews = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ProductReview |
getProductReviewsCount()
public abstract int getProductReviewsCount()
The product review.
repeated .google.shopping.merchant.reviews.v1beta.ProductReview product_reviews = 1;
Returns | |
---|---|
Type | Description |
int |
getProductReviewsList()
public abstract List<ProductReview> getProductReviewsList()
The product review.
repeated .google.shopping.merchant.reviews.v1beta.ProductReview product_reviews = 1;
Returns | |
---|---|
Type | Description |
List<ProductReview> |
getProductReviewsOrBuilder(int index)
public abstract ProductReviewOrBuilder getProductReviewsOrBuilder(int index)
The product review.
repeated .google.shopping.merchant.reviews.v1beta.ProductReview product_reviews = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ProductReviewOrBuilder |
getProductReviewsOrBuilderList()
public abstract List<? extends ProductReviewOrBuilder> getProductReviewsOrBuilderList()
The product review.
repeated .google.shopping.merchant.reviews.v1beta.ProductReview product_reviews = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.reviews.v1beta.ProductReviewOrBuilder> |