Skip to content

Commit ec764be

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for Java - Update search with ordering (#10127)
* Update SearchWithPagination.java * Update SearchWithOrdering.java * lint --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 13a9d82 commit ec764be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/src/main/java/search/SearchWithOrdering.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
package search;
2323

24+
// [START retail_search_for_products_with_ordering]
25+
2426
import com.google.cloud.ServiceOptions;
2527
import com.google.cloud.retail.v2.SearchRequest;
2628
import com.google.cloud.retail.v2.SearchResponse;
@@ -70,3 +72,5 @@ public static void searchResponse(String defaultSearchPlacementName) throws IOEx
7072
}
7173
}
7274
}
75+
76+
// [END retail_search_for_products_with_ordering]

0 commit comments

Comments
 (0)