Enum AttributeConfigLevel (2.43.0)

public enum AttributeConfigLevel extends Enum<AttributeConfigLevel> implements ProtocolMessageEnum

At which level we offer configuration for attributes.

Protobuf enum google.cloud.retail.v2beta.AttributeConfigLevel

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ATTRIBUTE_CONFIG_LEVEL_UNSPECIFIED

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

ATTRIBUTE_CONFIG_LEVEL_UNSPECIFIED = 0;

ATTRIBUTE_CONFIG_LEVEL_UNSPECIFIED_VALUE

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

ATTRIBUTE_CONFIG_LEVEL_UNSPECIFIED = 0;

CATALOG_LEVEL_ATTRIBUTE_CONFIG

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

CATALOG_LEVEL_ATTRIBUTE_CONFIG = 2;

CATALOG_LEVEL_ATTRIBUTE_CONFIG_VALUE

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

CATALOG_LEVEL_ATTRIBUTE_CONFIG = 2;

PRODUCT_LEVEL_ATTRIBUTE_CONFIG

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

PRODUCT_LEVEL_ATTRIBUTE_CONFIG = 1;

PRODUCT_LEVEL_ATTRIBUTE_CONFIG_VALUE

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

PRODUCT_LEVEL_ATTRIBUTE_CONFIG = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()