10000 Update SearchSimpleQuery.java · rebeccaellis/java-docs-samples@59fb629 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59fb629

Browse files
authored
Update SearchSimpleQuery.java
Update code snippet.
1 parent 6b3375e commit 59fb629

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)
0