Google Cloud Retail V2 Client - Class Facet (1.1.1)

Reference documentation and code samples for the Google Cloud Retail V2 Client class Facet.

A facet result.

Generated from protobuf message google.cloud.retail.v2.SearchResponse.Facet

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ key string

The key for this facet. E.g., "colorFamilies" or "price" or "attributes.attr1".

↳ values array<Google\Cloud\Retail\V2\SearchResponse\Facet\FacetValue>

The facet values for this field.

↳ dynamic_facet bool

Whether the facet is dynamically generated.

getKey

The key for this facet. E.g., "colorFamilies" or "price" or "attributes.attr1".

Returns
TypeDescription
string

setKey

The key for this facet. E.g., "colorFamilies" or "price" or "attributes.attr1".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getValues

The facet values for this field.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setValues

The facet values for this field.

Parameter
NameDescription
var array<Google\Cloud\Retail\V2\SearchResponse\Facet\FacetValue>
Returns
TypeDescription
$this

getDynamicFacet

Whether the facet is dynamically generated.

Returns
TypeDescription
bool

setDynamicFacet

Whether the facet is dynamically generated.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this