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.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()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProductCatalogItem.ExactPrice.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ProductCatalogItem.ExactPrice build()
Returns
buildPartial()
public ProductCatalogItem.ExactPrice buildPartial()
Returns
clear()
public ProductCatalogItem.ExactPrice.Builder clear()
Returns
Overrides
clearDisplayPrice()
public ProductCatalogItem.ExactPrice.Builder clearDisplayPrice()
Optional. Display price of the product.
float display_price = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
clearField(Descriptors.FieldDescriptor field)
public ProductCatalogItem.ExactPrice.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ProductCatalogItem.ExactPrice.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
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];
Returns
clone()
public ProductCatalogItem.ExactPrice.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ProductCatalogItem.ExactPrice getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ProductCatalogItem.ExactPrice other)
public ProductCatalogItem.ExactPrice.Builder mergeFrom(ProductCatalogItem.ExactPrice other)
Parameter
Returns
public ProductCatalogItem.ExactPrice.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ProductCatalogItem.ExactPrice.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProductCatalogItem.ExactPrice.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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
setField(Descriptors.FieldDescriptor field, Object value)
public ProductCatalogItem.ExactPrice.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ProductCatalogItem.ExactPrice.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ProductCatalogItem.ExactPrice.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides