Retail V2 API - Class Google::Cloud::Retail::V2::ProductLevelConfig (v0.8.0)

Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::ProductLevelConfig.

Configures what level the product should be uploaded with regards to how users will be send events and how predictions will be made.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#ingestion_product_type

def ingestion_product_type() -> ::String
Returns

#ingestion_product_type=

def ingestion_product_type=(value) -> ::String
Parameter
Returns

#merchant_center_product_id_field

def merchant_center_product_id_field() -> ::String
Returns
  • (::String) — Which field of Merchant Center Product should be imported as Product.id. Acceptable values are:

    • offerId (default): Import offerId as the product ID.
    • itemGroupId: Import itemGroupId as the product ID. Notice that Retail API will choose one item from the ones with the same itemGroupId, and use it to represent the item group.

    If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is returned.

    If this field is itemGroupId and ingestion_product_type is variant, an INVALID_ARGUMENT error is returned.

    See Product levels for more details.

#merchant_center_product_id_field=

def merchant_center_product_id_field=(value) -> ::String
Parameter
  • value (::String) — Which field of Merchant Center Product should be imported as Product.id. Acceptable values are:

    • offerId (default): Import offerId as the product ID.
    • itemGroupId: Import itemGroupId as the product ID. Notice that Retail API will choose one item from the ones with the same itemGroupId, and use it to represent the item group.

    If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is returned.

    If this field is itemGroupId and ingestion_product_type is variant, an INVALID_ARGUMENT error is returned.

    See Product levels for more details.

Returns
  • (::String) — Which field of Merchant Center Product should be imported as Product.id. Acceptable values are:

    • offerId (default): Import offerId as the product ID.
    • itemGroupId: Import itemGroupId as the product ID. Notice that Retail API will choose one item from the ones with the same itemGroupId, and use it to represent the item group.

    If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is returned.

    If this field is itemGroupId and ingestion_product_type is variant, an INVALID_ARGUMENT error is returned.

    See Product levels for more details.