Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
fix: comment about gcsUri (#967)
Browse files Browse the repository at this point in the history
* fix: comment about gcsUri

* doc: add wsp
  • Loading branch information
andrewferlitsch authored Dec 10, 2021
1 parent 82343c8 commit abc4044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/productSearch/importProductSets.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function main(projectId, location, gcsUri) {
*/
// const projectId = 'Your Google Cloud project Id';
// const location = 'A compute region name';
// const gcsUri = 'Google Cloud Storage path of the input image'';
// const gcsUri = 'Google Cloud Storage URI. Target files must be in Product Search CSV format';

// A resource that represents Google Cloud Platform location.
const projectLocation = client.locationPath(projectId, location);
Expand Down

0 comments on commit abc4044

Please sign in to comment.