We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be4fe5 commit c47b752Copy full SHA for c47b752
retail/interactive-tutorials/src/main/java/search/SearchWithFiltering.java
@@ -21,6 +21,8 @@
21
22
package search;
23
24
+// [START retail_search_for_products_with_filtering]
25
+
26
import com.google.cloud.ServiceOptions;
27
import com.google.cloud.retail.v2.SearchRequest;
28
import com.google.cloud.retail.v2.SearchResponse;
@@ -71,3 +73,5 @@ public static void searchResponse(String defaultSearchPlacementName) throws IOEx
71
73
}
72
74
75
76
77
+// [END retail_search_for_products_with_filtering]
0 commit comments