public static final class ProductReviewAttributes.ReviewLink.Builder extends GeneratedMessage.Builder<ProductReviewAttributes.ReviewLink.Builder> implements ProductReviewAttributes.ReviewLinkOrBuilderThe URI of the review landing page.
Protobuf type
google.shopping.merchant.reviews.v1beta.ProductReviewAttributes.ReviewLink
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ProductReviewAttributes.ReviewLink.BuilderImplements
ProductReviewAttributes.ReviewLinkOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ProductReviewAttributes.ReviewLink build()| Returns | |
|---|---|
| Type | Description |
ProductReviewAttributes.ReviewLink |
|
buildPartial()
public ProductReviewAttributes.ReviewLink buildPartial()| Returns | |
|---|---|
| Type | Description |
ProductReviewAttributes.ReviewLink |
|
clear()
public ProductReviewAttributes.ReviewLink.Builder clear()| Returns | |
|---|---|
| Type | Description |
ProductReviewAttributes.ReviewLink.Builder |
|
clearLink()
public ProductReviewAttributes.ReviewLink.Builder clearLink() 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 |
ProductReviewAttributes.ReviewLink.Builder |
This builder for chaining. |
clearType()
public ProductReviewAttributes.ReviewLink.Builder clearType()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.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ProductReviewAttributes.ReviewLink getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ProductReviewAttributes.ReviewLink |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLink()
public 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ProductReviewAttributes.ReviewLink.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ProductReviewAttributes.ReviewLink.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ProductReviewAttributes.ReviewLink.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ProductReviewAttributes.ReviewLink.Builder |
|
mergeFrom(ProductReviewAttributes.ReviewLink other)
public ProductReviewAttributes.ReviewLink.Builder mergeFrom(ProductReviewAttributes.ReviewLink other)| Parameter | |
|---|---|
| Name | Description |
other |
ProductReviewAttributes.ReviewLink |
| Returns | |
|---|---|
| Type | Description |
ProductReviewAttributes.ReviewLink.Builder |
|
setLink(String value)
public ProductReviewAttributes.ReviewLink.Builder setLink(String value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe link to set. |
| Returns | |
|---|---|
| Type | Description |
ProductReviewAttributes.ReviewLink.Builder |
This builder for chaining. |
setLinkBytes(ByteString value)
public ProductReviewAttributes.ReviewLink.Builder setLinkBytes(ByteString value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for link to set. |
| Returns | |
|---|---|
| Type | Description |
ProductReviewAttributes.ReviewLink.Builder |
This builder for chaining. |
setType(ProductReviewAttributes.ReviewLink.Type value)
public ProductReviewAttributes.ReviewLink.Builder setType(ProductReviewAttributes.ReviewLink.Type value)Optional. Type of the review URI.
.google.shopping.merchant.reviews.v1beta.ProductReviewAttributes.ReviewLink.Type type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ProductReviewAttributes.ReviewLink.TypeThe type to set. |
| Returns | |
|---|---|
| Type | Description |
ProductReviewAttributes.ReviewLink.Builder |
This builder for chaining. |
setTypeValue(int value)
public ProductReviewAttributes.ReviewLink.Builder setTypeValue(int value)Optional. Type of the review URI.
.google.shopping.merchant.reviews.v1beta.ProductReviewAttributes.ReviewLink.Type type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for type to set. |
| Returns | |
|---|---|
| Type | Description |
ProductReviewAttributes.ReviewLink.Builder |
This builder for chaining. |