public static final class ProductWeight.Builder extends GeneratedMessage.Builder<ProductWeight.Builder> implements ProductWeightOrBuilderThe weight of the product.
Protobuf type google.shopping.css.v1.ProductWeight
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ProductWeight.BuilderImplements
ProductWeightOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ProductWeight.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ProductWeight.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
doubleThe value to set. |
| Returns | |
|---|---|
| Type | Description |
ProductWeight.Builder |
This builder for chaining. |