Class DeleteProductReviewRequest.Builder (0.34.0)

public static final class DeleteProductReviewRequest.Builder extends GeneratedMessage.Builder<DeleteProductReviewRequest.Builder> implements DeleteProductReviewRequestOrBuilder

Request message for the DeleteProductReview method.

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

Static Methods

getDescriptor()

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

Methods

build()

public DeleteProductReviewRequest build()
Returns
Type Description
DeleteProductReviewRequest

buildPartial()

public DeleteProductReviewRequest buildPartial()
Returns
Type Description
DeleteProductReviewRequest

clear()

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

clearName()

public DeleteProductReviewRequest.Builder clearName()

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

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

Returns
Type Description
DeleteProductReviewRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteProductReviewRequest getDefaultInstanceForType()
Returns
Type Description
DeleteProductReviewRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The ID of the Product 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 Product 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 DeleteProductReviewRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteProductReviewRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeFrom(DeleteProductReviewRequest other)

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

setName(String value)

public DeleteProductReviewRequest.Builder setName(String value)

Required. The ID of the Product 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
DeleteProductReviewRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteProductReviewRequest.Builder setNameBytes(ByteString value)

Required. The ID of the Product 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
DeleteProductReviewRequest.Builder

This builder for chaining.