This repository was archived by the owner on Jul 20, 2023. It is now read-only.
[NOT READY] Samples demonstrating Product Search (v1p3beta1)#136
Closed
beccasaurus wants to merge 15 commits intomasterfrom
Closed
[NOT READY] Samples demonstrating Product Search (v1p3beta1)#136beccasaurus wants to merge 15 commits intomasterfrom
beccasaurus wants to merge 15 commits intomasterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #136 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 2 2
Lines 83 83
=====================================
Hits 83 83Continue to review full report at Codecov.
|
Contributor
Author
|
(7/24) update :: i've been busy & helping shepherd other PRs in – i will be working on wrapping this up Tuesday evening, ETA Wednesday morning 😅~ @Beccca |
Contributor
|
I updated the region tags to the new standard tags. Update to the existing languages (Java and Python) is in progress. |
Contributor
Author
|
Moved to #192 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Product Search (v1p3beta1)
This Pull Request adds the code samples for cloud.google.com documentation for Product Search How-to Guides
Product Search How-to Guides –> vision/product-search/docs/how-to
products.jscreate_productget_productlist_productsdelete_productupdate_product_labelsproductSets.jscreate_product_setget_product_setlist_product_setsdelete_product_set–> Products in
productSets.jsadd_product_to_product_setlist_products_in_product_setremove_product_from_product_setreferenceImages.jscreate_reference_imageget_reference_imagelist_reference_imagesdelete_reference_imagesimilarProducts.jsget_similar_products_fileget_similar_products_uriFor the canonical versions, please see the Python Product Search Samples in python-docs-samples
These samples are in Beta and require using the
v1p3beta1API endpoint:Before being ready for review & merge:
prettier --write *.js)npm run generate-scaffolding)