We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40acd3e commit bbec754Copy full SHA for bbec754
retail/interactive-tutorial/RetailProducts.Samples/UpdateProductSample.cs
@@ -15,6 +15,8 @@
15
16
// Update product from a catalog using Retail API
17
18
+// [START retail_update_product]
19
+
20
using Google.Cloud.Retail.V2;
21
using Google.Protobuf.WellKnownTypes;
22
using System;
@@ -116,3 +118,4 @@ public static void PerformUpdateProductOperation()
116
118
DeleteProductSample.DeleteRetailProduct(updatedProduct.Name);
117
119
}
120
121
+// [END retail_update_product]
0 commit comments