Class GetProductReviewRequest.Builder (0.34.0)

public static final class GetProductReviewRequest.Builder extends GeneratedMessage.Builder<GetProductReviewRequest.Builder> implements GetProductReviewRequestOrBuilder

Request message for the GetProductReview method.

Protobuf type google.shopping.merchant.reviews.v1beta.GetProductReviewRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetProductReviewRequest build()
Returns
Type Description
GetProductReviewRequest

buildPartial()

public GetProductReviewRequest buildPartial()
Returns
Type Description
GetProductReviewRequest

clear()

public GetProductReviewRequest.Builder clear()
Returns
Type Description
GetProductReviewRequest.Builder
Overrides

clearName()

public GetProductReviewRequest.Builder clearName()

Required. The ID of the merchant review. Format: accounts/{account}/productReviews/{productReview}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetProductReviewRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetProductReviewRequest getDefaultInstanceForType()
Returns
Type Description
GetProductReviewRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The ID of the merchant review. Format: accounts/{account}/productReviews/{productReview}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The ID of the merchant review. Format: accounts/{account}/productReviews/{productReview}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetProductReviewRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetProductReviewRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetProductReviewRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetProductReviewRequest.Builder
Overrides

mergeFrom(GetProductReviewRequest other)

public GetProductReviewRequest.Builder mergeFrom(GetProductReviewRequest other)
Parameter
Name Description
other GetProductReviewRequest
Returns
Type Description
GetProductReviewRequest.Builder

setName(String value)

public GetProductReviewRequest.Builder setName(String value)

Required. The ID of the merchant review. Format: accounts/{account}/productReviews/{productReview}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetProductReviewRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetProductReviewRequest.Builder setNameBytes(ByteString value)

Required. The ID of the merchant review. Format: accounts/{account}/productReviews/{productReview}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetProductReviewRequest.Builder

This builder for chaining.