Recommendations AI V1beta1 API - Class Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem (v0.9.0)

Reference documentation and code samples for the Recommendations AI V1beta1 API class Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem.

ProductCatalogItem captures item metadata specific to retail products.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#available_quantity

def available_quantity() -> ::Integer
Returns
  • (::Integer) — Optional. The available quantity of the item.

#available_quantity=

def available_quantity=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The available quantity of the item.
Returns
  • (::Integer) — Optional. The available quantity of the item.

#canonical_product_uri

def canonical_product_uri() -> ::String
Returns
  • (::String) — Optional. Canonical URL directly linking to the item detail page with a length limit of 5 KiB..

#canonical_product_uri=

def canonical_product_uri=(value) -> ::String
Parameter
  • value (::String) — Optional. Canonical URL directly linking to the item detail page with a length limit of 5 KiB..
Returns
  • (::String) — Optional. Canonical URL directly linking to the item detail page with a length limit of 5 KiB..

#costs

def costs() -> ::Google::Protobuf::Map{::String => ::Float}
Returns
  • (::Google::Protobuf::Map{::String => ::Float}) —

    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)

#costs=

def costs=(value) -> ::Google::Protobuf::Map{::String => ::Float}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Float}) —

    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)
Returns
  • (::Google::Protobuf::Map{::String => ::Float}) —

    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)

#currency_code

def currency_code() -> ::String
Returns
  • (::String) — Optional. Only required if the price is set. Currency code for price/costs. Use three-character ISO-4217 code.

#currency_code=

def currency_code=(value) -> ::String
Parameter
  • value (::String) — Optional. Only required if the price is set. Currency code for price/costs. Use three-character ISO-4217 code.
Returns
  • (::String) — Optional. Only required if the price is set. Currency code for price/costs. Use three-character ISO-4217 code.

#exact_price

def exact_price() -> ::Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::ExactPrice

#exact_price=

def exact_price=(value) -> ::Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::ExactPrice
Parameter

#images

def images() -> ::Array<::Google::Cloud::RecommendationEngine::V1beta1::Image>
Returns

#images=

def images=(value) -> ::Array<::Google::Cloud::RecommendationEngine::V1beta1::Image>
Parameter
Returns

#price_range

def price_range() -> ::Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::PriceRange

#price_range=

def price_range=(value) -> ::Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::PriceRange
Parameter

#stock_state

def stock_state() -> ::Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::StockState
Returns

#stock_state=

def stock_state=(value) -> ::Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::StockState
Parameter
Returns