Class ProductReviewAttributes.ReviewLink.Builder (0.34.0)

public static final class ProductReviewAttributes.ReviewLink.Builder extends GeneratedMessage.Builder<ProductReviewAttributes.ReviewLink.Builder> implements ProductReviewAttributes.ReviewLinkOrBuilder

The URI of the review landing page.

Protobuf type google.shopping.merchant.reviews.v1beta.ProductReviewAttributes.ReviewLink

Static Methods

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

public ProductReviewAttributes.ReviewLink build()
Returns
Type Description
ProductReviewAttributes.ReviewLink
public ProductReviewAttributes.ReviewLink buildPartial()
Returns
Type Description
ProductReviewAttributes.ReviewLink
public ProductReviewAttributes.ReviewLink.Builder clear()
Returns
Type Description
ProductReviewAttributes.ReviewLink.Builder
Overrides
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.

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.

public ProductReviewAttributes.ReviewLink getDefaultInstanceForType()
Returns
Type Description
ProductReviewAttributes.ReviewLink
public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides
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.

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.

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.

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.

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides
public final boolean isInitialized()
Returns
Type Description
boolean
Overrides
public ProductReviewAttributes.ReviewLink.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProductReviewAttributes.ReviewLink.Builder
Overrides
Exceptions
Type Description
IOException
public ProductReviewAttributes.ReviewLink.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ProductReviewAttributes.ReviewLink.Builder
Overrides
public ProductReviewAttributes.ReviewLink.Builder mergeFrom(ProductReviewAttributes.ReviewLink other)
Parameter
Name Description
other ProductReviewAttributes.ReviewLink
Returns
Type Description
ProductReviewAttributes.ReviewLink.Builder
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 String

The link to set.

Returns
Type Description
ProductReviewAttributes.ReviewLink.Builder

This builder for chaining.

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 ByteString

The bytes for link to set.

Returns
Type Description
ProductReviewAttributes.ReviewLink.Builder

This builder for chaining.

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.Type

The type to set.

Returns
Type Description
ProductReviewAttributes.ReviewLink.Builder

This builder for chaining.

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 int

The enum numeric value on the wire for type to set.

Returns
Type Description
ProductReviewAttributes.ReviewLink.Builder

This builder for chaining.