Enum ProductReviewAttributes.ReviewLink.Type (0.37.0)

public enum ProductReviewAttributes.ReviewLink.Type extends Enum<ProductReviewAttributes.ReviewLink.Type> implements ProtocolMessageEnum

Type of the review URI.

Protobuf enum google.shopping.merchant.reviews.v1beta.ProductReviewAttributes.ReviewLink.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description

The review page contains a group of reviews including this review.

GROUP = 2;

The review page contains a group of reviews including this review.

GROUP = 2;

The review page contains only this single review.

SINGLETON = 1;

The review page contains only this single review.

SINGLETON = 1;

Type unspecified.

TYPE_UNSPECIFIED = 0;

Type unspecified.

TYPE_UNSPECIFIED = 0;

Static Methods

Name Description

Deprecated. Use #forNumber(int) instead.

Methods

Name Description