Class: Google::Cloud::Retail::V2::CatalogAttribute::FacetConfig::MergedFacet
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::CatalogAttribute::FacetConfig::MergedFacet
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/catalog.rb
Overview
The current facet key (i.e. attribute config) maps into the merged_facet_key. A facet key can have at most one child. The current facet key and the merged facet key need both to be textual custom attributes or both numerical custom attributes (same type).
Instance Attribute Summary collapse
-
#merged_facet_key ⇒ ::String
The merged facet key should be a valid facet key that is different than the facet key of the current catalog attribute.
Instance Attribute Details
#merged_facet_key ⇒ ::String
Returns The merged facet key should be a valid facet key that is different than the facet key of the current catalog attribute. We refer this is merged facet key as the child of the current catalog attribute. This merged facet key can't be a parent of another facet key (i.e. no directed path of length 2). This merged facet key needs to be either a textual custom attribute or a numerical custom attribute.
283 284 285 286 |
# File 'proto_docs/google/cloud/retail/v2/catalog.rb', line 283 class MergedFacet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |