public static final class ProductCatalogItem.ExactPrice.Builder extends GeneratedMessageV3.Builder<ProductCatalogItem.ExactPrice.Builder> implements ProductCatalogItem.ExactPriceOrBuilder
Exact product price.
Protobuf type google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProductCatalogItem.ExactPrice.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
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];
clearField(Descriptors.FieldDescriptor field)
public ProductCatalogItem.ExactPrice.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ProductCatalogItem.ExactPrice.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
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];
clone()
public ProductCatalogItem.ExactPrice.Builder clone()
Overrides
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 GeneratedMessageV3.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
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProductCatalogItem.ExactPrice.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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.
|
setField(Descriptors.FieldDescriptor field, Object value)
public ProductCatalogItem.ExactPrice.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ProductCatalogItem.ExactPrice.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ProductCatalogItem.ExactPrice.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides