Google Cloud Retail V2 Client - Class TileNavigationResult (2.1.0)

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

This field specifies all related information for tile navigation that will be used in client side.

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

Namespace

Google \ Cloud \ Retail \ V2 \ SearchResponse

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ tiles array<Google\Cloud\Retail\V2\Tile>

The current tiles that are used for tile navigation, sorted by engagement.

getTiles

The current tiles that are used for tile navigation, sorted by engagement.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTiles

The current tiles that are used for tile navigation, sorted by engagement.

Parameter
Name Description
var array<Google\Cloud\Retail\V2\Tile>
Returns
Type Description
$this