Module: Google::Cloud::Retail::V2::AttributeConfigLevel

Defined in:
proto_docs/google/cloud/retail/v2/common.rb

Overview

At which level we offer configuration for attributes.

Constant Summary collapse

ATTRIBUTE_CONFIG_LEVEL_UNSPECIFIED =

Value used when unset. In this case, server behavior defaults to CATALOG_LEVEL_ATTRIBUTE_CONFIG.

0
PRODUCT_LEVEL_ATTRIBUTE_CONFIG =

At this level, we honor the attribute configurations set in Product.attributes.

1
CATALOG_LEVEL_ATTRIBUTE_CONFIG =

At this level, we honor the attribute configurations set in [CatalogConfig.attribute_configs][].

2