Class ProductCatalogItem.ExactPrice.Builder (0.90.0)

public static final class ProductCatalogItem.ExactPrice.Builder extends GeneratedMessage.Builder<ProductCatalogItem.ExactPrice.Builder> implements ProductCatalogItem.ExactPriceOrBuilder

Exact product price.

Protobuf type google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice

Static Methods

getDescriptor()

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

Methods

build()

public ProductCatalogItem.ExactPrice build()
Returns
Type Description
ProductCatalogItem.ExactPrice

buildPartial()

public ProductCatalogItem.ExactPrice buildPartial()
Returns
Type Description
ProductCatalogItem.ExactPrice

clear()

public ProductCatalogItem.ExactPrice.Builder clear()
Returns
Type Description
ProductCatalogItem.ExactPrice.Builder
Overrides

clearDisplayPrice()

public ProductCatalogItem.ExactPrice.Builder clearDisplayPrice()

Optional. Display price of the product.

float display_price = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProductCatalogItem.ExactPrice.Builder

This builder for chaining.

clearOriginalPrice()

public ProductCatalogItem.ExactPrice.Builder clearOriginalPrice()

Optional. Price of the product without any discount. If zero, by default set to be the 'displayPrice'.

float original_price = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProductCatalogItem.ExactPrice.Builder

This builder for chaining.

getDefaultInstanceForType()

public ProductCatalogItem.ExactPrice getDefaultInstanceForType()
Returns
Type Description
ProductCatalogItem.ExactPrice

getDescriptorForType()

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

getDisplayPrice()

public float getDisplayPrice()

Optional. Display price of the product.

float display_price = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
float

The displayPrice.

getOriginalPrice()

public float getOriginalPrice()

Optional. Price of the product without any discount. If zero, by default set to be the 'displayPrice'.

float original_price = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
float

The originalPrice.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ProductCatalogItem.ExactPrice other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setDisplayPrice(float value)

public ProductCatalogItem.ExactPrice.Builder setDisplayPrice(float value)

Optional. Display price of the product.

float display_price = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value float

The displayPrice to set.

Returns
Type Description
ProductCatalogItem.ExactPrice.Builder

This builder for chaining.

setOriginalPrice(float value)

public ProductCatalogItem.ExactPrice.Builder setOriginalPrice(float value)

Optional. Price of the product without any discount. If zero, by default set to be the 'displayPrice'.

float original_price = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value float

The originalPrice to set.

Returns
Type Description
ProductCatalogItem.ExactPrice.Builder

This builder for chaining.