Show / Hide Table of Contents

Class GoogleCloudRetailV2CatalogAttributeFacetConfig

Possible options for the facet that corresponds to the current attribute config.

Inheritance
object
GoogleCloudRetailV2CatalogAttributeFacetConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2CatalogAttributeFacetConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FacetIntervals

If you don't set the facet SearchRequest.FacetSpec.FacetKey.intervals in the request to a numerical attribute, then we use the computed intervals with rounded bounds obtained from all its product numerical attribute values. The computed intervals might not be ideal for some attributes. Therefore, we give you the option to overwrite them with the facet_intervals field. The maximum of facet intervals per CatalogAttribute is 40. Each interval must have a lower bound or an upper bound. If both bounds are provided, then the lower bound must be smaller or equal than the upper bound.

Declaration
[JsonProperty("facetIntervals")]
public virtual IList<GoogleCloudRetailV2Interval> FacetIntervals { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2Interval>

IgnoredFacetValues

Each instance represents a list of attribute values to ignore as facet values for a specific time range. The maximum number of instances per CatalogAttribute is 25.

Declaration
[JsonProperty("ignoredFacetValues")]
public virtual IList<GoogleCloudRetailV2CatalogAttributeFacetConfigIgnoredFacetValues> IgnoredFacetValues { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2CatalogAttributeFacetConfigIgnoredFacetValues>

MergedFacet

Use this field only if you want to merge a facet key into another facet key.

Declaration
[JsonProperty("mergedFacet")]
public virtual GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacet MergedFacet { get; set; }
Property Value
Type Description
GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacet

MergedFacetValues

Each instance replaces a list of facet values by a merged facet value. If a facet value is not in any list, then it will stay the same. To avoid conflicts, only paths of length 1 are accepted. In other words, if "dark_blue" merged into "BLUE", then the latter can't merge into "blues" because this would create a path of length 2. The maximum number of instances of MergedFacetValue per CatalogAttribute is 100. This feature is available only for textual custom attributes.

Declaration
[JsonProperty("mergedFacetValues")]
public virtual IList<GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue> MergedFacetValues { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue>

RerankConfig

Set this field only if you want to rerank based on facet values engaged by the user for the current key. This option is only possible for custom facetable textual keys.

Declaration
[JsonProperty("rerankConfig")]
public virtual GoogleCloudRetailV2CatalogAttributeFacetConfigRerankConfig RerankConfig { get; set; }
Property Value
Type Description
GoogleCloudRetailV2CatalogAttributeFacetConfigRerankConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX