public static interface SearchRequest.TileNavigationSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Tile |
getAppliedTiles(int index)
This field specifies the tiles which are already clicked in client side.
|
int |
getAppliedTilesCount()
This field specifies the tiles which are already clicked in client side.
|
List<Tile> |
getAppliedTilesList()
This field specifies the tiles which are already clicked in client side.
|
TileOrBuilder |
getAppliedTilesOrBuilder(int index)
This field specifies the tiles which are already clicked in client side.
|
List<? extends TileOrBuilder> |
getAppliedTilesOrBuilderList()
This field specifies the tiles which are already clicked in client side.
|
boolean |
getTileNavigationRequested()
This field specifies whether the customer would like to request tile
navigation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getTileNavigationRequested()
This field specifies whether the customer would like to request tile navigation.
bool tile_navigation_requested = 1;List<Tile> getAppliedTilesList()
This field specifies the tiles which are already clicked in client side. NOTE: This field is not being used for filtering search products. Client side should also put all the applied tiles in [SearchRequest.filter][google.cloud.retail.v2.SearchRequest.filter].
repeated .google.cloud.retail.v2.Tile applied_tiles = 2;Tile getAppliedTiles(int index)
This field specifies the tiles which are already clicked in client side. NOTE: This field is not being used for filtering search products. Client side should also put all the applied tiles in [SearchRequest.filter][google.cloud.retail.v2.SearchRequest.filter].
repeated .google.cloud.retail.v2.Tile applied_tiles = 2;int getAppliedTilesCount()
This field specifies the tiles which are already clicked in client side. NOTE: This field is not being used for filtering search products. Client side should also put all the applied tiles in [SearchRequest.filter][google.cloud.retail.v2.SearchRequest.filter].
repeated .google.cloud.retail.v2.Tile applied_tiles = 2;List<? extends TileOrBuilder> getAppliedTilesOrBuilderList()
This field specifies the tiles which are already clicked in client side. NOTE: This field is not being used for filtering search products. Client side should also put all the applied tiles in [SearchRequest.filter][google.cloud.retail.v2.SearchRequest.filter].
repeated .google.cloud.retail.v2.Tile applied_tiles = 2;TileOrBuilder getAppliedTilesOrBuilder(int index)
This field specifies the tiles which are already clicked in client side. NOTE: This field is not being used for filtering search products. Client side should also put all the applied tiles in [SearchRequest.filter][google.cloud.retail.v2.SearchRequest.filter].
repeated .google.cloud.retail.v2.Tile applied_tiles = 2;Copyright © 2025 Google LLC. All rights reserved.