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 2e68e03 commit 33bd13aCopy full SHA for 33bd13a
retail/interactive-tutorials/src/main/java/search/SearchSimpleQuery.java
@@ -21,6 +21,8 @@
21
22
package search;
23
24
+// [START retail_search_simple_query]
25
+
26
import com.google.cloud.ServiceOptions;
27
import com.google.cloud.retail.v2.SearchRequest;
28
import com.google.cloud.retail.v2.SearchResponse;
@@ -68,3 +70,4 @@ public static void searchResponse(String defaultSearchPlacementName) throws IOEx
68
70
}
69
71
72
73
+// [END retail_search_simple_query]
0 commit comments