Class ProductWeight.Builder (0.51.0)

public static final class ProductWeight.Builder extends GeneratedMessage.Builder<ProductWeight.Builder> implements ProductWeightOrBuilder

The weight of the product.

Protobuf type google.shopping.css.v1.ProductWeight

Static Methods

getDescriptor()

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

Methods

build()

public ProductWeight build()
Returns
Type Description
ProductWeight

buildPartial()

public ProductWeight buildPartial()
Returns
Type Description
ProductWeight

clear()

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

clearUnit()

public ProductWeight.Builder clearUnit()

Required. The weight unit. Acceptable values are:

  • "g"
  • "kg"
  • "oz"
  • "lb"

string unit = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProductWeight.Builder

This builder for chaining.

clearValue()

public ProductWeight.Builder clearValue()

Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.

double value = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProductWeight.Builder

This builder for chaining.

getDefaultInstanceForType()

public ProductWeight getDefaultInstanceForType()
Returns
Type Description
ProductWeight

getDescriptorForType()

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

getUnit()

public String getUnit()

Required. The weight unit. Acceptable values are:

  • "g"
  • "kg"
  • "oz"
  • "lb"

string unit = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The unit.

getUnitBytes()

public ByteString getUnitBytes()

Required. The weight unit. Acceptable values are:

  • "g"
  • "kg"
  • "oz"
  • "lb"

string unit = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for unit.

getValue()

public double getValue()

Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.

double value = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
double

The value.

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 ProductWeight.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProductWeight.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeFrom(ProductWeight other)

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

setUnit(String value)

public ProductWeight.Builder setUnit(String value)

Required. The weight unit. Acceptable values are:

  • "g"
  • "kg"
  • "oz"
  • "lb"

string unit = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The unit to set.

Returns
Type Description
ProductWeight.Builder

This builder for chaining.

setUnitBytes(ByteString value)

public ProductWeight.Builder setUnitBytes(ByteString value)

Required. The weight unit. Acceptable values are:

  • "g"
  • "kg"
  • "oz"
  • "lb"

string unit = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for unit to set.

Returns
Type Description
ProductWeight.Builder

This builder for chaining.

setValue(double value)

public ProductWeight.Builder setValue(double value)

Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.

double value = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value double

The value to set.

Returns
Type Description
ProductWeight.Builder

This builder for chaining.