Skip to content

Commit 5fb6b34

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for nodejs - Update import products inline source (#4118)
* 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 import-products-inline-source.js --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 01907fd commit 5fb6b34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

retail/interactive-tutorials/product/import-products-inline-source.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
'use strict';
16-
16+
// [START retail_import_products_from_inline_source]
1717
async function main(id1, id2) {
1818
// Imports the Google Cloud client library.
1919
const {ProductServiceClient} = require('@google-cloud/retail').v2;
@@ -126,3 +126,4 @@ process.on('unhandledRejection', err => {
126126
});
127127

128128
main(...process.argv.slice(2));
129+
// [END retail_import_products_from_inline_source]

0 commit comments

Comments
 (0)