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 13a9d82 commit ec764beCopy full SHA for ec764be
retail/interactive-tutorials/src/main/java/search/SearchWithOrdering.java
@@ -21,6 +21,8 @@
21
22
package search;
23
24
+// [START retail_search_for_products_with_ordering]
25
+
26
import com.google.cloud.ServiceOptions;
27
import com.google.cloud.retail.v2.SearchRequest;
28
import com.google.cloud.retail.v2.SearchResponse;
@@ -70,3 +72,5 @@ public static void searchResponse(String defaultSearchPlacementName) throws IOEx
70
72
}
71
73
74
75
76
+// [END retail_search_for_products_with_ordering]
0 commit comments