Class ProductCatalogItem.ExactPrice.Builder (0.101.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
public ProductCatalogItem.ExactPrice build()
buildPartial()
public ProductCatalogItem.ExactPrice buildPartial()
clear()
public ProductCatalogItem.ExactPrice.Builder clear()
Overrides
clearDisplayPrice()
public ProductCatalogItem.ExactPrice.Builder clearDisplayPrice()
Optional. Display price of the product.
float display_price = 1 [(.google.api.field_behavior) = OPTIONAL];
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];
getDefaultInstanceForType()
public ProductCatalogItem.ExactPrice getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ProductCatalogItem.ExactPrice other)
public ProductCatalogItem.ExactPrice.Builder mergeFrom(ProductCatalogItem.ExactPrice other)
public ProductCatalogItem.ExactPrice.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ProductCatalogItem.ExactPrice.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
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.
|
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-04 UTC.
[null,null,["Last updated 2026-08-04 UTC."],[],[]]