Interface ProductReviewAttributes.ReviewLinkOrBuilder (0.1.0)

public static interface ProductReviewAttributes.ReviewLinkOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

public abstract String getLink()

Optional. The URI of the review landing page. For example: http://www.example.com/review_5.html.

string link = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The link.

getLinkBytes()

public abstract ByteString getLinkBytes()

Optional. The URI of the review landing page. For example: http://www.example.com/review_5.html.

string link = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for link.

getType()

public abstract ProductReviewAttributes.ReviewLink.Type getType()

Optional. Type of the review URI.

.google.shopping.merchant.reviews.v1beta.ProductReviewAttributes.ReviewLink.Type type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProductReviewAttributes.ReviewLink.Type

The type.

getTypeValue()

public abstract int getTypeValue()

Optional. Type of the review URI.

.google.shopping.merchant.reviews.v1beta.ProductReviewAttributes.ReviewLink.Type type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for type.