Class ProductCatalogItem.ExactPrice.Builder (0.48.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ProductCatalogItem.ExactPrice.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ProductCatalogItem.ExactPrice.Builder
Overrides

build()

public ProductCatalogItem.ExactPrice build()
Returns
TypeDescription
ProductCatalogItem.ExactPrice

buildPartial()

public ProductCatalogItem.ExactPrice buildPartial()
Returns
TypeDescription
ProductCatalogItem.ExactPrice

clear()

public ProductCatalogItem.ExactPrice.Builder clear()
Returns
TypeDescription
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
TypeDescription
ProductCatalogItem.ExactPrice.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public ProductCatalogItem.ExactPrice.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ProductCatalogItem.ExactPrice.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ProductCatalogItem.ExactPrice.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ProductCatalogItem.ExactPrice.Builder
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
TypeDescription
ProductCatalogItem.ExactPrice.Builder

This builder for chaining.

clone()

public ProductCatalogItem.ExactPrice.Builder clone()
Returns
TypeDescription
ProductCatalogItem.ExactPrice.Builder
Overrides

getDefaultInstanceForType()

public ProductCatalogItem.ExactPrice getDefaultInstanceForType()
Returns
TypeDescription
ProductCatalogItem.ExactPrice

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDisplayPrice()

public float getDisplayPrice()

Optional. Display price of the product.

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

Returns
TypeDescription
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
TypeDescription
float

The originalPrice.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ProductCatalogItem.ExactPrice other)

public ProductCatalogItem.ExactPrice.Builder mergeFrom(ProductCatalogItem.ExactPrice other)
Parameter
NameDescription
otherProductCatalogItem.ExactPrice
Returns
TypeDescription
ProductCatalogItem.ExactPrice.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ProductCatalogItem.ExactPrice.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProductCatalogItem.ExactPrice.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ProductCatalogItem.ExactPrice.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ProductCatalogItem.ExactPrice.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ProductCatalogItem.ExactPrice.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valuefloat

The displayPrice to set.

Returns
TypeDescription
ProductCatalogItem.ExactPrice.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ProductCatalogItem.ExactPrice.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ProductCatalogItem.ExactPrice.Builder
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
NameDescription
valuefloat

The originalPrice to set.

Returns
TypeDescription
ProductCatalogItem.ExactPrice.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ProductCatalogItem.ExactPrice.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ProductCatalogItem.ExactPrice.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ProductCatalogItem.ExactPrice.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ProductCatalogItem.ExactPrice.Builder
Overrides