public static interface Rule.FilterActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
A filter to apply on the matching condition results.
|
com.google.protobuf.ByteString |
getFilterBytes()
A filter to apply on the matching condition results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFilter()
A filter to apply on the matching condition results. Supported features:
* [filter][google.cloud.retail.v2beta.Rule.FilterAction.filter] must be
set.
* Filter syntax is identical to
[SearchRequest.filter][google.cloud.retail.v2beta.SearchRequest.filter].
See more
details at the Retail Search
[user guide](/retail/search/docs/filter-and-order#filter).
* To filter products with product ID "product_1" or "product_2", and
color
"Red" or "Blue":<br>
*(id: ANY("product_1", "product_2"))<br>*
*AND<br>*
*(colorFamilies: ANY("Red", "Blue"))<br>*
string filter = 1;com.google.protobuf.ByteString getFilterBytes()
A filter to apply on the matching condition results. Supported features:
* [filter][google.cloud.retail.v2beta.Rule.FilterAction.filter] must be
set.
* Filter syntax is identical to
[SearchRequest.filter][google.cloud.retail.v2beta.SearchRequest.filter].
See more
details at the Retail Search
[user guide](/retail/search/docs/filter-and-order#filter).
* To filter products with product ID "product_1" or "product_2", and
color
"Red" or "Blue":<br>
*(id: ANY("product_1", "product_2"))<br>*
*AND<br>*
*(colorFamilies: ANY("Red", "Blue"))<br>*
string filter = 1;Copyright © 2024 Google LLC. All rights reserved.