Class Tile (1.22.0)

Tile(mapping=None, *, ignore_unknown_fields=False, **kwargs)

This field specifies the tile information including an attribute key, attribute value. More fields will be added in the future, eg: product id or product counts, etc.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
product_attribute_value google.cloud.retail_v2.types.ProductAttributeValue
The product attribute key-value. This field is a member of oneof_ product_attribute.
product_attribute_interval google.cloud.retail_v2.types.ProductAttributeInterval
The product attribute key-numeric interval. This field is a member of oneof_ product_attribute.
representative_product_id str
The representative product id for this tile.