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.
2 parents eb074de + afda83b commit ae4dbe6Copy full SHA for ae4dbe6
retail/interactive-tutorials/search/search_with_pagination.py
@@ -17,6 +17,8 @@
17
# or jump to chosen page using "offset".
18
#
19
20
+# [START retail_search_for_products_with_pagination]
21
+
22
import google.auth
23
from google.cloud.retail import SearchRequest, SearchServiceClient
24
@@ -71,3 +73,5 @@ def search():
71
73
72
74
75
search()
76
77
+# [END retail_search_for_products_with_pagination]
0 commit comments