Skip to content

Commit bbec754

Browse files
authored
docs(retail): add region tag for Dotnet - UpdateProductSample.cs (#3119)
1 parent 40acd3e commit bbec754

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

retail/interactive-tutorial/RetailProducts.Samples/UpdateProductSample.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
// Update product from a catalog using Retail API
1717

18+
// [START retail_update_product]
19+
1820
using Google.Cloud.Retail.V2;
1921
using Google.Protobuf.WellKnownTypes;
2022
using System;
@@ -116,3 +118,4 @@ public static void PerformUpdateProductOperation()
116118
DeleteProductSample.DeleteRetailProduct(updatedProduct.Name);
117119
}
118120
}
121+
// [END retail_update_product]

0 commit comments

Comments
 (0)