Skip to content

Commit 0f88fb6

Browse files
rebeccaellisiennaeglasnt
authored
fix(retail): add region tag for JS - Update upate-product.js (#4109)
* Update search-simple-query.js Added region tag to simply search query for code snippet update in the documentation. * Update search-with-pagination.js * Update update-product.js --------- Co-authored-by: Jennifer Davis <[email protected]> Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 45dfe42 commit 0f88fb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

retail/interactive-tutorials/product/update-product.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
'use strict';
1616

17+
// [START retail_update_product]
1718
async function main(generatedProductId) {
1819
// Imports the Google Cloud client library.
1920
const {ProductServiceClient} = require('@google-cloud/retail').v2;
@@ -85,3 +86,4 @@ process.on('unhandledRejection', err => {
8586
});
8687

8788
main(...process.argv.slice(2));
89+
// [END retail_update_product]

0 commit comments

Comments
 (0)