attributeConfigLevel property

String? attributeConfigLevel
getter/setter pair

The AttributeConfigLevel used for this catalog.

Output only. Possible string values are:

  • "ATTRIBUTE_CONFIG_LEVEL_UNSPECIFIED" : Value used when unset. In this case, server behavior defaults to CATALOG_LEVEL_ATTRIBUTE_CONFIG.
  • "PRODUCT_LEVEL_ATTRIBUTE_CONFIG" : At this level, we honor the attribute configurations set in Product.attributes.
  • "CATALOG_LEVEL_ATTRIBUTE_CONFIG" : At this level, we honor the attribute configurations set in CatalogConfig.attribute_configs.

Implementation

core.String? attributeConfigLevel;