Skip to content

Commit 279ce9d

Browse files
rebeccaellisamanda-tarafa
authored andcommitted
Update GetProductSample.cs
1 parent 7f3a60c commit 279ce9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515

1616
// Get product from a catalog using Retail API
17-
17+
// [START retail_get_product]
1818
using Google.Cloud.Retail.V2;
1919
using System;
2020

@@ -86,3 +86,4 @@ public static void PerformGetProductOperation()
8686
DeleteProductSample.DeleteRetailProduct(retrievedProduct.Name);
8787
}
8888
}
89+
// [END retail_get_product]

0 commit comments

Comments
 (0)