We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2f1e6 commit 20a81c9Copy full SHA for 20a81c9
2 files changed
retail/interactive-tutorials/src/main/java/product/DeleteProduct.java
@@ -17,9 +17,10 @@
17
/*
18
* Delete product from a catalog using Retail API
19
*/
20
-// [START retail_delete_product]
+
21
package product;
22
23
+// [START retail_delete_product]
24
import static setup.SetupCleanup.createProduct;
25
26
import com.google.cloud.retail.v2.DeleteProductRequest;
retail/interactive-tutorials/src/main/java/product/GetProduct.java
@@ -19,6 +19,7 @@
// [START retail_get_product]
import static setup.SetupCleanup.deleteProduct;
0 commit comments