- 0.60.0 (latest)
- 0.59.0
- 0.58.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.4
- 0.8.10
public static final class ProductCatalogItem.Builder extends GeneratedMessageV3.Builder<ProductCatalogItem.Builder> implements ProductCatalogItemOrBuilder
ProductCatalogItem captures item metadata specific to retail products.
Protobuf type google.cloud.recommendationengine.v1beta1.ProductCatalogItem
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ProductCatalogItem.BuilderImplements
ProductCatalogItemOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllImages(Iterable<? extends Image> values)
public ProductCatalogItem.Builder addAllImages(Iterable<? extends Image> values)
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
values | Iterable<? extends com.google.cloud.recommendationengine.v1beta1.Image> |
Type | Description |
ProductCatalogItem.Builder |
addImages(Image value)
public ProductCatalogItem.Builder addImages(Image value)
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | Image |
Type | Description |
ProductCatalogItem.Builder |
addImages(Image.Builder builderForValue)
public ProductCatalogItem.Builder addImages(Image.Builder builderForValue)
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
builderForValue | Image.Builder |
Type | Description |
ProductCatalogItem.Builder |
addImages(int index, Image value)
public ProductCatalogItem.Builder addImages(int index, Image value)
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
value | Image |
Type | Description |
ProductCatalogItem.Builder |
addImages(int index, Image.Builder builderForValue)
public ProductCatalogItem.Builder addImages(int index, Image.Builder builderForValue)
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
builderForValue | Image.Builder |
Type | Description |
ProductCatalogItem.Builder |
addImagesBuilder()
public Image.Builder addImagesBuilder()
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
Image.Builder |
addImagesBuilder(int index)
public Image.Builder addImagesBuilder(int index)
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
Type | Description |
Image.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProductCatalogItem.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ProductCatalogItem.Builder |
build()
public ProductCatalogItem build()
Type | Description |
ProductCatalogItem |
buildPartial()
public ProductCatalogItem buildPartial()
Type | Description |
ProductCatalogItem |
clear()
public ProductCatalogItem.Builder clear()
Type | Description |
ProductCatalogItem.Builder |
clearAvailableQuantity()
public ProductCatalogItem.Builder clearAvailableQuantity()
Optional. The available quantity of the item.
int64 available_quantity = 6 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ProductCatalogItem.Builder | This builder for chaining. |
clearCanonicalProductUri()
public ProductCatalogItem.Builder clearCanonicalProductUri()
Optional. Canonical URL directly linking to the item detail page with a length limit of 5 KiB..
string canonical_product_uri = 7 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ProductCatalogItem.Builder | This builder for chaining. |
clearCosts()
public ProductCatalogItem.Builder clearCosts()
Type | Description |
ProductCatalogItem.Builder |
clearCurrencyCode()
public ProductCatalogItem.Builder clearCurrencyCode()
Optional. Only required if the price is set. Currency code for price/costs. Use three-character ISO-4217 code.
string currency_code = 4 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ProductCatalogItem.Builder | This builder for chaining. |
clearExactPrice()
public ProductCatalogItem.Builder clearExactPrice()
Optional. The exact product price.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice exact_price = 1 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ProductCatalogItem.Builder |
clearField(Descriptors.FieldDescriptor field)
public ProductCatalogItem.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ProductCatalogItem.Builder |
clearImages()
public ProductCatalogItem.Builder clearImages()
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ProductCatalogItem.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ProductCatalogItem.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ProductCatalogItem.Builder |
clearPrice()
public ProductCatalogItem.Builder clearPrice()
Type | Description |
ProductCatalogItem.Builder |
clearPriceRange()
public ProductCatalogItem.Builder clearPriceRange()
Optional. The product price range.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceRange price_range = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ProductCatalogItem.Builder |
clearStockState()
public ProductCatalogItem.Builder clearStockState()
Optional. Online stock state of the catalog item. Default is IN_STOCK
.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.StockState stock_state = 5 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ProductCatalogItem.Builder | This builder for chaining. |
clone()
public ProductCatalogItem.Builder clone()
Type | Description |
ProductCatalogItem.Builder |
containsCosts(String key)
public boolean containsCosts(String key)
Optional. A map to pass the costs associated with the product. For example: {"manufacturing": 45.5} The profit of selling this item is computed like so:
- If 'exactPrice' is provided, profit = displayPrice - sum(costs)
- If 'priceRange' is provided, profit = minPrice - sum(costs)
map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
key | String |
Type | Description |
boolean |
getAvailableQuantity()
public long getAvailableQuantity()
Optional. The available quantity of the item.
int64 available_quantity = 6 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
long | The availableQuantity. |
getCanonicalProductUri()
public String getCanonicalProductUri()
Optional. Canonical URL directly linking to the item detail page with a length limit of 5 KiB..
string canonical_product_uri = 7 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
String | The canonicalProductUri. |
getCanonicalProductUriBytes()
public ByteString getCanonicalProductUriBytes()
Optional. Canonical URL directly linking to the item detail page with a length limit of 5 KiB..
string canonical_product_uri = 7 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ByteString | The bytes for canonicalProductUri. |
getCosts()
public Map<String,Float> getCosts()
Use #getCostsMap() instead.
Type | Description |
Map<String,Float> |
getCostsCount()
public int getCostsCount()
Optional. A map to pass the costs associated with the product. For example: {"manufacturing": 45.5} The profit of selling this item is computed like so:
- If 'exactPrice' is provided, profit = displayPrice - sum(costs)
- If 'priceRange' is provided, profit = minPrice - sum(costs)
map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
int |
getCostsMap()
public Map<String,Float> getCostsMap()
Optional. A map to pass the costs associated with the product. For example: {"manufacturing": 45.5} The profit of selling this item is computed like so:
- If 'exactPrice' is provided, profit = displayPrice - sum(costs)
- If 'priceRange' is provided, profit = minPrice - sum(costs)
map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
Map<String,Float> |
getCostsOrDefault(String key, float defaultValue)
public float getCostsOrDefault(String key, float defaultValue)
Optional. A map to pass the costs associated with the product. For example: {"manufacturing": 45.5} The profit of selling this item is computed like so:
- If 'exactPrice' is provided, profit = displayPrice - sum(costs)
- If 'priceRange' is provided, profit = minPrice - sum(costs)
map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
key | String |
defaultValue | float |
Type | Description |
float |
getCostsOrThrow(String key)
public float getCostsOrThrow(String key)
Optional. A map to pass the costs associated with the product. For example: {"manufacturing": 45.5} The profit of selling this item is computed like so:
- If 'exactPrice' is provided, profit = displayPrice - sum(costs)
- If 'priceRange' is provided, profit = minPrice - sum(costs)
map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
key | String |
Type | Description |
float |
getCurrencyCode()
public String getCurrencyCode()
Optional. Only required if the price is set. Currency code for price/costs. Use three-character ISO-4217 code.
string currency_code = 4 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
String | The currencyCode. |
getCurrencyCodeBytes()
public ByteString getCurrencyCodeBytes()
Optional. Only required if the price is set. Currency code for price/costs. Use three-character ISO-4217 code.
string currency_code = 4 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ByteString | The bytes for currencyCode. |
getDefaultInstanceForType()
public ProductCatalogItem getDefaultInstanceForType()
Type | Description |
ProductCatalogItem |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getExactPrice()
public ProductCatalogItem.ExactPrice getExactPrice()
Optional. The exact product price.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice exact_price = 1 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ProductCatalogItem.ExactPrice | The exactPrice. |
getExactPriceBuilder()
public ProductCatalogItem.ExactPrice.Builder getExactPriceBuilder()
Optional. The exact product price.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice exact_price = 1 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ProductCatalogItem.ExactPrice.Builder |
getExactPriceOrBuilder()
public ProductCatalogItem.ExactPriceOrBuilder getExactPriceOrBuilder()
Optional. The exact product price.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice exact_price = 1 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ProductCatalogItem.ExactPriceOrBuilder |
getImages(int index)
public Image getImages(int index)
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
Type | Description |
Image |
getImagesBuilder(int index)
public Image.Builder getImagesBuilder(int index)
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
Type | Description |
Image.Builder |
getImagesBuilderList()
public List<Image.Builder> getImagesBuilderList()
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
List<Builder> |
getImagesCount()
public int getImagesCount()
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
int |
getImagesList()
public List<Image> getImagesList()
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
List<Image> |
getImagesOrBuilder(int index)
public ImageOrBuilder getImagesOrBuilder(int index)
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
Type | Description |
ImageOrBuilder |
getImagesOrBuilderList()
public List<? extends ImageOrBuilder> getImagesOrBuilderList()
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
List<? extends com.google.cloud.recommendationengine.v1beta1.ImageOrBuilder> |
getMutableCosts()
public Map<String,Float> getMutableCosts()
Use alternate mutation accessors instead.
Type | Description |
Map<String,Float> |
getPriceCase()
public ProductCatalogItem.PriceCase getPriceCase()
Type | Description |
ProductCatalogItem.PriceCase |
getPriceRange()
public ProductCatalogItem.PriceRange getPriceRange()
Optional. The product price range.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceRange price_range = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ProductCatalogItem.PriceRange | The priceRange. |
getPriceRangeBuilder()
public ProductCatalogItem.PriceRange.Builder getPriceRangeBuilder()
Optional. The product price range.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceRange price_range = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ProductCatalogItem.PriceRange.Builder |
getPriceRangeOrBuilder()
public ProductCatalogItem.PriceRangeOrBuilder getPriceRangeOrBuilder()
Optional. The product price range.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceRange price_range = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ProductCatalogItem.PriceRangeOrBuilder |
getStockState()
public ProductCatalogItem.StockState getStockState()
Optional. Online stock state of the catalog item. Default is IN_STOCK
.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.StockState stock_state = 5 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ProductCatalogItem.StockState | The stockState. |
getStockStateValue()
public int getStockStateValue()
Optional. Online stock state of the catalog item. Default is IN_STOCK
.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.StockState stock_state = 5 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
int | The enum numeric value on the wire for stockState. |
hasExactPrice()
public boolean hasExactPrice()
Optional. The exact product price.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice exact_price = 1 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
boolean | Whether the exactPrice field is set. |
hasPriceRange()
public boolean hasPriceRange()
Optional. The product price range.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceRange price_range = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
boolean | Whether the priceRange field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeExactPrice(ProductCatalogItem.ExactPrice value)
public ProductCatalogItem.Builder mergeExactPrice(ProductCatalogItem.ExactPrice value)
Optional. The exact product price.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice exact_price = 1 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | ProductCatalogItem.ExactPrice |
Type | Description |
ProductCatalogItem.Builder |
mergeFrom(ProductCatalogItem other)
public ProductCatalogItem.Builder mergeFrom(ProductCatalogItem other)
Name | Description |
other | ProductCatalogItem |
Type | Description |
ProductCatalogItem.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ProductCatalogItem.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ProductCatalogItem.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ProductCatalogItem.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ProductCatalogItem.Builder |
mergePriceRange(ProductCatalogItem.PriceRange value)
public ProductCatalogItem.Builder mergePriceRange(ProductCatalogItem.PriceRange value)
Optional. The product price range.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceRange price_range = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | ProductCatalogItem.PriceRange |
Type | Description |
ProductCatalogItem.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProductCatalogItem.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ProductCatalogItem.Builder |
putAllCosts(Map<String,Float> values)
public ProductCatalogItem.Builder putAllCosts(Map<String,Float> values)
Optional. A map to pass the costs associated with the product. For example: {"manufacturing": 45.5} The profit of selling this item is computed like so:
- If 'exactPrice' is provided, profit = displayPrice - sum(costs)
- If 'priceRange' is provided, profit = minPrice - sum(costs)
map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
values | Map<String,Float> |
Type | Description |
ProductCatalogItem.Builder |
putCosts(String key, float value)
public ProductCatalogItem.Builder putCosts(String key, float value)
Optional. A map to pass the costs associated with the product. For example: {"manufacturing": 45.5} The profit of selling this item is computed like so:
- If 'exactPrice' is provided, profit = displayPrice - sum(costs)
- If 'priceRange' is provided, profit = minPrice - sum(costs)
map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
key | String |
value | float |
Type | Description |
ProductCatalogItem.Builder |
removeCosts(String key)
public ProductCatalogItem.Builder removeCosts(String key)
Optional. A map to pass the costs associated with the product. For example: {"manufacturing": 45.5} The profit of selling this item is computed like so:
- If 'exactPrice' is provided, profit = displayPrice - sum(costs)
- If 'priceRange' is provided, profit = minPrice - sum(costs)
map<string, float> costs = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
key | String |
Type | Description |
ProductCatalogItem.Builder |
removeImages(int index)
public ProductCatalogItem.Builder removeImages(int index)
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
Type | Description |
ProductCatalogItem.Builder |
setAvailableQuantity(long value)
public ProductCatalogItem.Builder setAvailableQuantity(long value)
Optional. The available quantity of the item.
int64 available_quantity = 6 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | long The availableQuantity to set. |
Type | Description |
ProductCatalogItem.Builder | This builder for chaining. |
setCanonicalProductUri(String value)
public ProductCatalogItem.Builder setCanonicalProductUri(String value)
Optional. Canonical URL directly linking to the item detail page with a length limit of 5 KiB..
string canonical_product_uri = 7 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | String The canonicalProductUri to set. |
Type | Description |
ProductCatalogItem.Builder | This builder for chaining. |
setCanonicalProductUriBytes(ByteString value)
public ProductCatalogItem.Builder setCanonicalProductUriBytes(ByteString value)
Optional. Canonical URL directly linking to the item detail page with a length limit of 5 KiB..
string canonical_product_uri = 7 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | ByteString The bytes for canonicalProductUri to set. |
Type | Description |
ProductCatalogItem.Builder | This builder for chaining. |
setCurrencyCode(String value)
public ProductCatalogItem.Builder setCurrencyCode(String value)
Optional. Only required if the price is set. Currency code for price/costs. Use three-character ISO-4217 code.
string currency_code = 4 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | String The currencyCode to set. |
Type | Description |
ProductCatalogItem.Builder | This builder for chaining. |
setCurrencyCodeBytes(ByteString value)
public ProductCatalogItem.Builder setCurrencyCodeBytes(ByteString value)
Optional. Only required if the price is set. Currency code for price/costs. Use three-character ISO-4217 code.
string currency_code = 4 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | ByteString The bytes for currencyCode to set. |
Type | Description |
ProductCatalogItem.Builder | This builder for chaining. |
setExactPrice(ProductCatalogItem.ExactPrice value)
public ProductCatalogItem.Builder setExactPrice(ProductCatalogItem.ExactPrice value)
Optional. The exact product price.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice exact_price = 1 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | ProductCatalogItem.ExactPrice |
Type | Description |
ProductCatalogItem.Builder |
setExactPrice(ProductCatalogItem.ExactPrice.Builder builderForValue)
public ProductCatalogItem.Builder setExactPrice(ProductCatalogItem.ExactPrice.Builder builderForValue)
Optional. The exact product price.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice exact_price = 1 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
builderForValue | ProductCatalogItem.ExactPrice.Builder |
Type | Description |
ProductCatalogItem.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ProductCatalogItem.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ProductCatalogItem.Builder |
setImages(int index, Image value)
public ProductCatalogItem.Builder setImages(int index, Image value)
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
value | Image |
Type | Description |
ProductCatalogItem.Builder |
setImages(int index, Image.Builder builderForValue)
public ProductCatalogItem.Builder setImages(int index, Image.Builder builderForValue)
Optional. Product images for the catalog item.
repeated .google.cloud.recommendationengine.v1beta1.Image images = 8 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
builderForValue | Image.Builder |
Type | Description |
ProductCatalogItem.Builder |
setPriceRange(ProductCatalogItem.PriceRange value)
public ProductCatalogItem.Builder setPriceRange(ProductCatalogItem.PriceRange value)
Optional. The product price range.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceRange price_range = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | ProductCatalogItem.PriceRange |
Type | Description |
ProductCatalogItem.Builder |
setPriceRange(ProductCatalogItem.PriceRange.Builder builderForValue)
public ProductCatalogItem.Builder setPriceRange(ProductCatalogItem.PriceRange.Builder builderForValue)
Optional. The product price range.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceRange price_range = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
builderForValue | ProductCatalogItem.PriceRange.Builder |
Type | Description |
ProductCatalogItem.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ProductCatalogItem.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ProductCatalogItem.Builder |
setStockState(ProductCatalogItem.StockState value)
public ProductCatalogItem.Builder setStockState(ProductCatalogItem.StockState value)
Optional. Online stock state of the catalog item. Default is IN_STOCK
.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.StockState stock_state = 5 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | ProductCatalogItem.StockState The stockState to set. |
Type | Description |
ProductCatalogItem.Builder | This builder for chaining. |
setStockStateValue(int value)
public ProductCatalogItem.Builder setStockStateValue(int value)
Optional. Online stock state of the catalog item. Default is IN_STOCK
.
.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.StockState stock_state = 5 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | int The enum numeric value on the wire for stockState to set. |
Type | Description |
ProductCatalogItem.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ProductCatalogItem.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ProductCatalogItem.Builder |