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
Namespace
Google \ Cloud \ Retail \ V2 \ SearchResponseMethods
__construct
Constructor.
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
↳ dynamic_facet
bool
Whether the facet is dynamically generated.
getKey
The key for this facet. E.g., "colorFamilies" or "price" or "attributes.attr1".
string
setKey
The key for this facet. E.g., "colorFamilies" or "price" or "attributes.attr1".
var
string
$this
getValues
The facet values for this field.
setValues
The facet values for this field.
$this
getDynamicFacet
Whether the facet is dynamically generated.
bool
setDynamicFacet
Whether the facet is dynamically generated.
var
bool
$this