Retail v2 API - Enum AttributeConfigLevel (2.7.0)

public enum AttributeConfigLevel

Reference documentation and code samples for the Retail v2 API enum AttributeConfigLevel.

At which level we offer configuration for attributes.

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Fields

NameDescription
CatalogLevelAttributeConfig

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

ProductLevelAttributeConfig

At this level, we honor the attribute configurations set in [Product.attributes][google.cloud.retail.v2.Product.attributes].

Unspecified

Value used when unset. In this case, server behavior defaults to [CATALOG_LEVEL_ATTRIBUTE_CONFIG][google.cloud.retail.v2.AttributeConfigLevel.CATALOG_LEVEL_ATTRIBUTE_CONFIG].