public static interface ProductReviewAttributes.ReviewLinkOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLink()
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. |