Skip to content

Commit 33bd13a

Browse files
rebeccaellisglasnttelpirion
authored
fix(retail): add region tag for Java - Update SearchSimpleQuery.java (#10102)
* Update SearchSimpleQuery.java Added region tag. * Update SearchSimpleQuery.java Edited typo in line. * correct indentation * Fix region tag location F --------- Co-authored-by: Katie McLaughlin <katie@glasnt.com> Co-authored-by: Eric Schmidt <erschmid@google.com>
1 parent 2e68e03 commit 33bd13a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

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

2222
package search;
2323

24+
// [START retail_search_simple_query]
25+
2426
import com.google.cloud.ServiceOptions;
2527
import com.google.cloud.retail.v2.SearchRequest;
2628
import com.google.cloud.retail.v2.SearchResponse;
@@ -68,3 +70,4 @@ public static void searchResponse(String defaultSearchPlacementName) throws IOEx
6870
}
6971
}
7072
}
73+
// [END retail_search_simple_query]

0 commit comments

Comments
 (0)