public sealed class ProductInlineSource : IMessage<ProductInlineSource>, IEquatable<ProductInlineSource>, IDeepCloneable<ProductInlineSource>, IBufferMessage, IMessage
The inline source for the input config for ImportProducts method.
Required. A list of products to update/create. Each product must have a
valid [Product.id][google.cloud.retail.v2.Product.id]. Recommended max of
100 items.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ProductInlineSource` class is used as an inline source for the input configuration when using the `ImportProducts` method."],["This class is part of the `Google.Cloud.Retail.V2` namespace and is available in the `Google.Cloud.Retail.V2.dll` assembly."],["The `ProductInlineSource` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `Products` property, which is a `RepeatedField` that holds a list of products, each requiring a valid `Product.id`."],["There are various versions of this class, with 2.12.0 being the latest, and it exists as low as 1.0.0."]]],[]]